mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Move all status/alert dialogs into the Left Pane
This commit is contained in:
8
ts/types/SocketStatus.ts
Normal file
8
ts/types/SocketStatus.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Maps to values found here: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/readyState
|
||||
// which are returned by libtextsecure's MessageReceiver
|
||||
export enum SocketStatus {
|
||||
CONNECTING,
|
||||
OPEN,
|
||||
CLOSING,
|
||||
CLOSED,
|
||||
}
|
||||
Reference in New Issue
Block a user