Commit bfc118a7 by Sixong.Zhu

u

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