Fix call history deletion from sync messages
This commit is contained in:
parent
20ddca9684
commit
1cc478180e
6 changed files with 84 additions and 11 deletions
|
@ -630,6 +630,7 @@ export type DataInterface = {
|
|||
}): Promise<MessageType | undefined>;
|
||||
getAllCallHistory: () => Promise<ReadonlyArray<CallHistoryDetails>>;
|
||||
clearCallHistory: (beforeTimestamp: number) => Promise<Array<string>>;
|
||||
cleanupCallHistoryMessages: () => Promise<void>;
|
||||
getCallHistoryUnreadCount(): Promise<number>;
|
||||
markCallHistoryRead(callId: string): Promise<void>;
|
||||
markAllCallHistoryRead(): Promise<ReadonlyArray<string>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue