Enable sending messages with pills

This commit is contained in:
aringenbach
2022-05-02 13:35:35 +02:00
parent 968c2e34c5
commit 8d65cd8a40
17 changed files with 555 additions and 175 deletions
+7
View File
@@ -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.