mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add support for call link epochs
Co-authored-by: trevor-signal <trevor@signal.org>
This commit is contained in:
@@ -359,9 +359,10 @@ ipc.on('start-call-lobby', (_event, info) => {
|
||||
window.Events.startCallingLobbyViaToken(info.token);
|
||||
});
|
||||
|
||||
ipc.on('start-call-link', (_event, { key }) => {
|
||||
ipc.on('start-call-link', (_event, { key, epoch }) => {
|
||||
window.reduxActions?.calling?.startCallLinkLobby({
|
||||
rootKey: key,
|
||||
epoch,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user