pr suggestions

This commit is contained in:
Mauro Romito
2025-07-25 12:28:39 +02:00
parent 18a0a1de65
commit e6842a787a
4 changed files with 41 additions and 44 deletions
@@ -1381,7 +1381,7 @@ Please see LICENSE in the repository root for full details.
- (void)leaveRoom {
MXWeakify(self);
[self.mxRoom isLastOwnerWithCompletionHandler:^(BOOL isLastOnwer, NSError* error) {
[self.mxRoom isLastOwnerWithCompletionHandler:^(BOOL isLastOwner, NSError* error) {
if (isLastOwner)
{
MXStrongifyAndReturnIfNil(self);