Highlight thread root event in the timeline

This commit is contained in:
ismailgulek
2021-11-15 13:50:08 +03:00
parent 197aa409fd
commit 068db8eaaa
3 changed files with 53 additions and 4 deletions
@@ -55,6 +55,12 @@
*/
@property(nonatomic, nullable) NSArray<TypingUserInfo *> *currentTypingUsers;
/**
Identifier of the event to be highlighted. Default is nil.
Data source owner should reload the view itself to reflect changes, and nullify the parameter afterwards when it doesn't highlight the event anymore.
*/
@property (nonatomic, nullable) NSString *highlightedEventId;
/**
Check if there is an active jitsi widget in the room and return it.