Commit 0deb5a58 by Sixong.Zhu

u

parent 36964c54
Showing with 1 additions and 1 deletions
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
return true; return true;
} }
if (this.messageBody.eid) { if (this.messageBody.eid && this.chatMyId) {
const o = +this.messageBody.eid; const o = +this.messageBody.eid;
const m1 = o === +this.chatMyId; const m1 = o === +this.chatMyId;
if (m1 && Xim.isBackend() && this.messageBody.oid) { if (m1 && Xim.isBackend() && this.messageBody.oid) {
......
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