mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Fix call history read syncs
This commit is contained in:
@@ -787,8 +787,8 @@ type WritableInterface = {
|
||||
markCallHistoryDeleted: (callId: string) => void;
|
||||
cleanupCallHistoryMessages: () => void;
|
||||
markCallHistoryRead(callId: string): void;
|
||||
markAllCallHistoryRead(target: CallLogEventTarget): void;
|
||||
markAllCallHistoryReadInConversation(target: CallLogEventTarget): void;
|
||||
markAllCallHistoryRead(target: CallLogEventTarget): number;
|
||||
markAllCallHistoryReadInConversation(target: CallLogEventTarget): number;
|
||||
saveCallHistory(callHistory: CallHistoryDetails): void;
|
||||
markCallHistoryMissed(callIds: ReadonlyArray<string>): void;
|
||||
getRecentStaleRingsAndMarkOlderMissed(): ReadonlyArray<MaybeStaleCallHistory>;
|
||||
|
||||
Reference in New Issue
Block a user