mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Remove access token from Vector logs.
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
[room leave:^{
|
||||
[self.recentsTableView reloadData];
|
||||
} failure:^(NSError *error) {
|
||||
NSLog(@"[RecentsViewController] Failed to reject an invited room (%@) failed: %@", room.state.roomId, error);
|
||||
NSLog(@"[RecentsViewController] Failed to reject an invited room (%@) failed", room.state.roomId);
|
||||
}];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user