Commit bfc118a7 by Sixong.Zhu

u

parents 37869df0 5dd2612b
Showing with 2 additions and 2 deletions
......@@ -326,8 +326,8 @@
return true;
}
const senderEid = +this.messageBody.eid;
return senderEid === +this.chatMyId;
const o = +this.messageBody.eid;
return o === +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