Properly mark story messages as read locally

This commit is contained in:
Josh Perez 2022-08-22 18:13:30 -04:00 committed by GitHub
parent 6f7094bc19
commit e9f4e28b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -425,7 +425,7 @@ function markStoryRead(
const storyReadDate = Date.now();
markViewed(message.attributes, storyReadDate);
message.set(markViewed(message.attributes, storyReadDate));
const viewedReceipt = {
messageId,