Commit 37869df0 by Sixong.Zhu

u

parent c1a6b2c8
Showing with 1 additions and 6 deletions
......@@ -327,12 +327,7 @@
}
const senderEid = +this.messageBody.eid;
const m1 = senderEid === +this.chatMyId;
if (m1 && this.chatMembers) {
const m2 = _.find(this.chatMembers, (i) => +i.eid === senderEid);
return m2 && +m2.oid === +this.messageBody.oid;
}
return false;
return senderEid === +this.chatMyId;
}
private get userName() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment