mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 15:23:36 +01:00
@@ -1244,11 +1244,6 @@ 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