提交 47ba2506 编写于 作者: ruiruibupt's avatar ruiruibupt

1

上级 e8638457
......@@ -206,11 +206,9 @@ export class Room extends EventEmitter implements Sayable {
private parseNickMap(memberList): Map<string, string> {
const nickMap: Map<string, string> = new Map<string, string>()
let contact
if (memberList && memberList.map) {
memberList.forEach(m => {
contact = Contact.load(m.UserName)
console.log(m.NickName)
/**
* ISSUE #64 emoji need to be striped
* ISSUE #104 never use remark name because sys group message will never use that
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册