Further improvements for backup import/export
This commit is contained in:
parent
b9cd858ec7
commit
d5f44c1b8f
24 changed files with 539 additions and 201 deletions
|
@ -75,11 +75,13 @@ const getCommonProps = (options: {
|
|||
callId: '123',
|
||||
peerId: conversation.id,
|
||||
ringerId: callCreator?.serviceId ?? null,
|
||||
startedById: null,
|
||||
mode,
|
||||
type,
|
||||
direction,
|
||||
timestamp: Date.now(),
|
||||
status,
|
||||
endedTimestamp: null,
|
||||
},
|
||||
callCreator,
|
||||
activeConversationId: options.activeConversationId ?? null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue