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

View File

@@ -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,