Fix 'you created group' message pinned to bottom

This commit is contained in:
Scott Nonnenberg 2021-03-08 07:23:57 -08:00 committed by Josh Perez
parent e3d13f2480
commit 1ad01c7d36

View file

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