mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fixes story viewing behavior
This commit is contained in:
@@ -1936,7 +1936,7 @@ export default class MessageReceiver
|
||||
distributionListToSentUuid.forEach((sentToUuids, listId) => {
|
||||
const ev = new SentEvent(
|
||||
{
|
||||
destinationUuid: dropNull(sentMessage.destinationUuid),
|
||||
destinationUuid: envelope.destinationUuid.toString(),
|
||||
timestamp: envelope.timestamp,
|
||||
serverTimestamp: envelope.serverTimestamp,
|
||||
unidentifiedStatus: Array.from(sentToUuids).map(
|
||||
|
||||
Reference in New Issue
Block a user