Skip to content

Commit

Permalink
Merge pull request tinode#677 from shmutalov/patch-4
Browse files Browse the repository at this point in the history
Removed duplicate assignment
  • Loading branch information
or-else authored Jul 14, 2021
2 parents ff859d6 + ba10466 commit 5a424f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,6 @@ func (t *Topic) procDataReq(asUid types.Uid, msg *ServerComMessage) (*push.Recei
}

if userFound {
userData.readID = t.lastID
userData.readID = t.lastID
t.perUser[asUser] = userData
}
Expand Down

0 comments on commit 5a424f3

Please sign in to comment.