Fix 'you created group' message pinned to bottom
This commit is contained in:
parent
e3d13f2480
commit
1ad01c7d36
1 changed files with 2 additions and 1 deletions
|
@ -1384,7 +1384,8 @@ export async function createGroupV2({
|
|||
type: 'group-v2-change',
|
||||
sourceUuid: conversation.ourUuid,
|
||||
conversationId: conversation.id,
|
||||
received_at: timestamp,
|
||||
received_at: window.Signal.Util.incrementMessageCounter(),
|
||||
received_at_ms: timestamp,
|
||||
sent_at: timestamp,
|
||||
groupV2Change: {
|
||||
from: ourConversationId,
|
||||
|
|
Loading…
Add table
Reference in a new issue