Disable web sockets.

pull/10/head
Mikunj 7 years ago
parent 18d1225faa
commit cb53acf138

@ -909,6 +909,9 @@ NSString *const kNSNotification_OWSWebSocketStateDidChange = @"kNSNotification_O
- (BOOL)shouldSocketBeOpen - (BOOL)shouldSocketBeOpen
{ {
OWSAssertIsOnMainThread(); OWSAssertIsOnMainThread();
// Loki: Since we don't use websockets, disable them.
return NO;
// Don't open socket in app extensions. // Don't open socket in app extensions.
if (!CurrentAppContext().isMainApp) { if (!CurrentAppContext().isMainApp) {

Loading…
Cancel
Save