Properly mark story messages as read locally
This commit is contained in:
parent
6f7094bc19
commit
e9f4e28b3d
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ function markStoryRead(
|
||||||
|
|
||||||
const storyReadDate = Date.now();
|
const storyReadDate = Date.now();
|
||||||
|
|
||||||
markViewed(message.attributes, storyReadDate);
|
message.set(markViewed(message.attributes, storyReadDate));
|
||||||
|
|
||||||
const viewedReceipt = {
|
const viewedReceipt = {
|
||||||
messageId,
|
messageId,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue