Skip to content

Commit

Permalink
Fix backported code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Jan 4, 2025
1 parent 6fda990 commit d7550ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/chatViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ -(void) viewDidLoad
[self updateCallButtonImage];

//ping this muc on open, to make sure we are still joined
if([[[DataLayer sharedInstance] listMucsForAccount:self.contact.accountID] containsObject:self.contact.contactJid])
if([[[DataLayer sharedInstance] listMucsForAccount:self.contact.accountId] containsObject:self.contact.contactJid])
[self.xmppAccount.mucProcessor ping:self.contact.contactJid];
}

Expand Down

0 comments on commit d7550ff

Please sign in to comment.