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:
@@ -53,7 +53,7 @@
|
||||
/**
|
||||
Preview information.
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *roomName;
|
||||
@property (nonatomic) NSString *roomName;
|
||||
@property (nonatomic, readonly) NSString *roomTopic;
|
||||
@property (nonatomic, readonly) NSString *roomAvatarUrl;
|
||||
@property (nonatomic, readonly) NSArray<NSString*> *roomAliases;
|
||||
@@ -88,10 +88,10 @@
|
||||
|
||||
The operation succeeds only if the room history is world_readable.
|
||||
|
||||
@param completion the block called when the request is complete. `successed` means
|
||||
@param completion the block called when the request is complete. `succeeded` means
|
||||
the self.roomDataSource has been created and is ready to provide
|
||||
room history.
|
||||
*/
|
||||
- (void)peekInRoom:(void (^)(BOOL successed))completion;
|
||||
- (void)peekInRoom:(void (^)(BOOL succeeded))completion;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user