mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Room preview: Show members count
This commit is contained in:
@@ -49,7 +49,13 @@
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *roomName;
|
||||
@property (nonatomic, readonly) NSString *roomAvatarUrl;
|
||||
@property (nonatomic, readonly) NSString *roomTopic;
|
||||
|
||||
/**
|
||||
A snapshot of the room state.
|
||||
Note: This ivar may be replaced by a RoomDataSource ivar when the room preview will be
|
||||
fully implemented.
|
||||
*/
|
||||
@property (nonatomic, readonly) MXRoomState *roomState;
|
||||
|
||||
/**
|
||||
Contructors.
|
||||
|
||||
Reference in New Issue
Block a user