云信房间消息去掉一些无用字段
This commit is contained in:
@@ -2652,6 +2652,14 @@ public final class IMNetEaseManager {
|
||||
tmp.remove("pic");
|
||||
tmp.remove("cardbg");
|
||||
tmp.remove("zonebg");
|
||||
tmp.remove("newUser");
|
||||
tmp.remove("official");
|
||||
tmp.remove("defUser");
|
||||
tmp.remove("hasPrettyErbanNo");
|
||||
tmp.remove("officialAnchorCertificationName");
|
||||
tmp.remove("officialAnchorCertificationIcon");
|
||||
tmp.remove("inRoomNameplateWord");
|
||||
tmp.remove("inRoomNameplatePic");
|
||||
map.put(chatRoomMembers.get(i).getAccount(), tmp);
|
||||
}
|
||||
chatRoomMessage.setLocalExtension(map);
|
||||
|
Reference in New Issue
Block a user