mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Alert internal users if first message on websocket is repeated
This commit is contained in:
@@ -1668,6 +1668,10 @@ export function initialize({
|
||||
window.Whisper.events.trigger('unlinkAndDisconnect');
|
||||
});
|
||||
|
||||
socketManager.on('firstEnvelope', incoming => {
|
||||
window.Whisper.events.trigger('firstEnvelope', incoming);
|
||||
});
|
||||
|
||||
if (useWebSocket) {
|
||||
void socketManager.authenticate({ username, password });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user