Delete Sync: Handle and send mostRecentNonExpiringMessages if needed
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
d1b0bd79bc
commit
50e07ec389
13 changed files with 356 additions and 46 deletions
|
@ -733,6 +733,10 @@ export type DataInterface = {
|
|||
conversationId: string,
|
||||
limit?: number
|
||||
) => Promise<Array<MessageType>>;
|
||||
getMostRecentAddressableNondisappearingMessages: (
|
||||
conversationId: string,
|
||||
limit?: number
|
||||
) => Promise<Array<MessageType>>;
|
||||
|
||||
removeSyncTaskById: (id: string) => Promise<void>;
|
||||
saveSyncTasks: (tasks: Array<SyncTaskType>) => Promise<void>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue