mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Add support for call link epochs
Co-authored-by: trevor-signal <trevor@signal.org>
This commit is contained in:
@@ -1046,6 +1046,11 @@ type WritableInterface = {
|
||||
roomId: string,
|
||||
callLinkState: CallLinkStateType
|
||||
): CallLinkType;
|
||||
updateCallLinkStateAndEpoch(
|
||||
roomId: string,
|
||||
callLinkState: CallLinkStateType,
|
||||
epoch: string | null
|
||||
): CallLinkType;
|
||||
beginDeleteAllCallLinks(): boolean;
|
||||
beginDeleteCallLink(roomId: string): boolean;
|
||||
deleteCallHistoryByRoomId(roomid: string): void;
|
||||
|
||||
Reference in New Issue
Block a user