mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Enable sending messages with pills
This commit is contained in:
@@ -100,6 +100,13 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
/// Displayed live location sharing banner if any
|
||||
@property (nonatomic, weak) LiveLocationSharingBannerView *liveLocationSharingBannerView;
|
||||
|
||||
// The customized room data source for Vector
|
||||
@property (nonatomic, nullable) RoomDataSource *customizedRoomDataSource;
|
||||
|
||||
- (void)setupRoomDataSourceToResolveEvent: (void (^)(MXKRoomDataSource *roomDataSource))onComplete;
|
||||
|
||||
- (void)cancelEventSelection;
|
||||
|
||||
/**
|
||||
Display the preview of a room that is unknown for the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user