提交 f3f54253 编写于 作者: Y Yu Zhan 提交者: Huan (李卓桓)

fix #512 (#531)

上级 1d36dac0
......@@ -474,9 +474,7 @@ export class Message implements Sayable {
log.verbose('Message', 'mentioned(%s),get mentionList: %s', this.content(), JSON.stringify(mentionList))
contactList = [].concat.apply([],
mentionList.map(nameStr => {
room.memberAll(nameStr)
})
mentionList.map(nameStr => room.memberAll(nameStr))
.filter(contact => !!contact),
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册