mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user