Skip to content

Commit

Permalink
Renew push token even on smacks resume
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Nov 20, 2023
1 parent c64cc16 commit 2f87882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Monal/Classes/xmpp.m
Original file line number Diff line number Diff line change
Expand Up @@ -2256,6 +2256,9 @@ -(void) processInput:(MLXMLNode*) parsedStanza withDelayedReplay:(BOOL) delayedR
[self sendPresence];
}

//enable push in case our token has changed
[account enablePush];

//ping all mucs to check if we are still connected (XEP-0410)
[self.mucProcessor pingAllMucs];

Expand Down

0 comments on commit 2f87882

Please sign in to comment.