mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
3779: show the input tool bar on timeline not live
This commit is contained in:
@@ -102,6 +102,11 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
|
||||
*/
|
||||
@property (nonatomic, readonly) MXKRoomDataSource *roomDataSource;
|
||||
|
||||
/**
|
||||
The data source associated to live timeline, in the case the view controller show timeline not live.
|
||||
*/
|
||||
@property (nonatomic) MXKRoomDataSource *roomDataSourceLive;
|
||||
|
||||
/**
|
||||
Flag indicating if this instance has the memory ownership of its `roomDataSource`.
|
||||
If YES, it will release it on [self destroy] call;
|
||||
|
||||
Reference in New Issue
Block a user