RoomDataSource: Add a property to show or hide timestamp when selecting an event.

This commit is contained in:
SBiOSoftWhare
2019-05-15 21:44:07 +02:00
parent 0565cbe984
commit e0ddeed52d
2 changed files with 11 additions and 1 deletions
@@ -34,6 +34,11 @@
*/
@property(nonatomic) BOOL markTimelineInitialEvent;
/**
Tell whether timestamp should be displayed on event selection. Default is YES.
*/
@property(nonatomic) BOOL showBubbleDateTimeOnSelection;
/**
Check if there is an active jitsi widget in the room and return it.