mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Properly mark story messages as read locally
This commit is contained in:
@@ -425,7 +425,7 @@ function markStoryRead(
|
||||
|
||||
const storyReadDate = Date.now();
|
||||
|
||||
markViewed(message.attributes, storyReadDate);
|
||||
message.set(markViewed(message.attributes, storyReadDate));
|
||||
|
||||
const viewedReceipt = {
|
||||
messageId,
|
||||
|
||||
Reference in New Issue
Block a user