mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Highlight thread root event in the timeline
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user