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:
giomfo
2017-02-13 17:58:29 +01:00
parent 56c691d7e7
commit 712b47e015
6 changed files with 43 additions and 17 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
_emailInvitation = nil;
}
- (void)peekInRoom:(void (^)(BOOL successed))completion
- (void)peekInRoom:(void (^)(BOOL succeeded))completion
{
[_mxSession peekInRoomWithRoomId:_roomId success:^(MXPeekingRoom *peekingRoom) {