Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 7, 2023
1 parent ade8c5c commit 140fdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinodesdk/src/main/java/co/tinode/tinodesdk/Topic.java
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ protected void routeData(MsgServerData data) {
setSeq(data.seq);
setTouched(data.ts);

// Use message received form other person to mark his messages as received.
// Use data message from another person to mark messages as read by him.
if (data.from != null && !mTinode.isMe(data.from) && !isChannel(getName())) {
MsgServerInfo info = new MsgServerInfo();
info.what = Tinode.NOTE_READ;
Expand Down

0 comments on commit 140fdf0

Please sign in to comment.