Use UUIDs in group database schema
This commit is contained in:
parent
74fde10ff5
commit
63fcdbe787
79 changed files with 4530 additions and 3664 deletions
|
@ -3608,6 +3608,7 @@ export async function startApp(): Promise<void> {
|
|||
messageSentAt: timestamp,
|
||||
receiptTimestamp: envelopeTimestamp,
|
||||
sourceConversationId,
|
||||
sourceUuid,
|
||||
sourceDevice,
|
||||
type,
|
||||
});
|
||||
|
@ -3791,6 +3792,7 @@ export async function startApp(): Promise<void> {
|
|||
messageSentAt: timestamp,
|
||||
receiptTimestamp: envelopeTimestamp,
|
||||
sourceConversationId,
|
||||
sourceUuid,
|
||||
sourceDevice,
|
||||
type: MessageReceiptType.Delivery,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue