mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomDataSource: Handle current user location sharing status.
This commit is contained in:
@@ -66,6 +66,9 @@
|
||||
*/
|
||||
@property (nonatomic, nullable) NSString *highlightedEventId;
|
||||
|
||||
/// Is current user sharing is location in the room
|
||||
@property(nonatomic, readonly) BOOL isCurrentUserSharingIsLocation;
|
||||
|
||||
/**
|
||||
Check if there is an active jitsi widget in the room and return it.
|
||||
|
||||
@@ -132,4 +135,7 @@
|
||||
- (void)roomDataSource:(RoomDataSource * _Nonnull)roomDataSource
|
||||
didTapThread:(id<MXThreadProtocol> _Nonnull)thread;
|
||||
|
||||
/// Called when current live location sharing status is changing (start or stop location sharing in the room)
|
||||
- (void)roomDataSourceDidUpdateCurrentUserSharingLocationStatus:(RoomDataSource * _Nonnull)roomDataSource;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user