mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add mock test for libsignal websockets
This commit is contained in:
@@ -61,7 +61,7 @@ export function Inbox({
|
||||
}
|
||||
|
||||
const interval = setInterval(() => {
|
||||
const status = window.getSocketStatus();
|
||||
const { status } = window.getSocketStatus().authenticated;
|
||||
switch (status) {
|
||||
case 'CONNECTING':
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user