Skip to content

Commit

Permalink
6.4.9-rc1 (#1361)
Browse files Browse the repository at this point in the history
- Fixed background crash
  • Loading branch information
tmolitor-stud-tu authored Jan 4, 2025
2 parents 04186f6 + d7550ff commit 7d83e64
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 7d83e64

Please sign in to comment.