Commit eed04240 by Sixong.Zhu

update

parent 7cab06bd
Showing with 1 additions and 1 deletions
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
if (this.isPayMessage) { if (this.isPayMessage) {
return true; return true;
} }
if (this.needReadTip) { if (this.needReadTip && this.isMyMessage) {
return new Date().valueOf() - this.data.ts * 1000 < oneDay; return new Date().valueOf() - this.data.ts * 1000 < oneDay;
} }
} }
......
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