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

@@ -3044,7 +3044,6 @@ function handleSignalRoute(route: ParsedSignalRoute) {
} else if (route.key === 'linkCall') {
mainWindow.webContents.send('start-call-link', {
key: route.args.key,
epoch: route.args.epoch,
});
} else if (route.key === 'showWindow') {
mainWindow.webContents.send('show-window');