云信房间消息去掉一些无用字段

This commit is contained in:
memory
2021-02-08 14:22:41 +08:00
parent 41816325cd
commit cdb4dba2e1

View File

@@ -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);