Skip to content

Commit

Permalink
fix: calling init websocket connection (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Jan 31, 2024
1 parent 2867264 commit fe1d9dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/mobile/ios/Quiet/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ - (void) spinupBackend:(BOOL)init {


// (5/6) Update data port information and broadcast it to frontend

[self initWebsocketConnection];
if (init) {
[self initWebsocketConnection];
}


// (6/6) Launch backend or reviwe services
Expand Down

0 comments on commit fe1d9dd

Please sign in to comment.