Improve cold start performance
This commit is contained in:
parent
c73e35b1b6
commit
d82ce07942
39 changed files with 911 additions and 628 deletions
|
@ -2452,7 +2452,8 @@ async function updateGroup({
|
|||
return {
|
||||
...changeMessage,
|
||||
conversationId: conversation.id,
|
||||
received_at: finalReceivedAt,
|
||||
received_at: window.Signal.Util.incrementMessageCounter(),
|
||||
received_at_ms: finalReceivedAt,
|
||||
sent_at: syntheticSentAt,
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue