Update RingRTC to 2.65.2

Co-authored-by: emir-signal <emir@signal.org>
This commit is contained in:
adel-signal
2026-02-22 23:53:57 -08:00
committed by GitHub
parent b4c5cf9a7b
commit 772c3c22ad
39 changed files with 119 additions and 376 deletions

View File

@@ -228,7 +228,6 @@ import {
insertOrUpdateCallLinkFromSync,
updateCallLink,
updateCallLinkState,
updateCallLinkStateAndEpoch,
updateDefunctCallLink,
} from './server/callLinks.node.js';
import {
@@ -671,7 +670,6 @@ export const DataWriter: ServerWritableInterface = {
insertOrUpdateCallLinkFromSync,
updateCallLink,
updateCallLinkState,
updateCallLinkStateAndEpoch,
beginDeleteAllCallLinks,
beginDeleteCallLink,
deleteCallHistoryByRoomId,