mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Chat screen implementation
Handle event selection when user taps on text message view. Note: The read receipts are still displayed by MatrixKit, they may overlap timestamp until Vector handle them correctly.
This commit is contained in:
@@ -21,4 +21,9 @@
|
||||
*/
|
||||
@interface RoomDataSource : MXKRoomDataSource
|
||||
|
||||
/**
|
||||
The event id of the current selected event if any. Default is nil.
|
||||
*/
|
||||
@property(nonatomic) NSString *selectedEventId;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user