mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Enhancement - Room preview
If no data is available for this room, we name it with the known room alias if any.
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
_emailInvitation = nil;
|
||||
}
|
||||
|
||||
- (void)peekInRoom:(void (^)(BOOL successed))completion
|
||||
- (void)peekInRoom:(void (^)(BOOL succeeded))completion
|
||||
{
|
||||
[_mxSession peekInRoomWithRoomId:_roomId success:^(MXPeekingRoom *peekingRoom) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user