Skip to content

Commit

Permalink
Fixing read status issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed May 19, 2020
1 parent 9d4e075 commit 3289ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ export class Channel {
? this.state.last_message_at
: new Date();
this.state.read = this.state.read.set(this.getClient().user.id, {
user: this.getClient().user,
last_read,
});
}
Expand Down

0 comments on commit 3289ae2

Please sign in to comment.