mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Merge branch 'develop' into element_4360
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
} failure:^(NSError * _Nonnull error) {
|
||||
|
||||
NSLog(@"[ShareDataSource failed to get room summaries]");
|
||||
MXLogDebug(@"[ShareDataSource failed to get room summaries]");
|
||||
|
||||
}];
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
} failure:^(NSError *error) {
|
||||
|
||||
NSLog(@"[RoomsListViewController] failed to prepare matrix session]");
|
||||
MXLogDebug(@"[RoomsListViewController] failed to prepare matrix session]");
|
||||
|
||||
}];
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user