Add mock test for libsignal websockets

This commit is contained in:
trevor-signal
2025-02-21 12:00:56 -05:00
committed by GitHub
parent cfe5a51a1f
commit 1bc5cc339b
16 changed files with 249 additions and 50 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export function Inbox({
}
const interval = setInterval(() => {
const status = window.getSocketStatus();
const { status } = window.getSocketStatus().authenticated;
switch (status) {
case 'CONNECTING':
break;