mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add a sync method to check a room data source existence
This commit is contained in:
@@ -78,6 +78,13 @@ typedef enum : NSUInteger {
|
||||
*/
|
||||
- (void)reset;
|
||||
|
||||
/**
|
||||
Flag indicating the manager has a room data source for a given room id.
|
||||
|
||||
@param roomId the room id to check.
|
||||
*/
|
||||
- (BOOL)hasRoomDataSourceForRoom:(NSString*)roomId;
|
||||
|
||||
/**
|
||||
Get a room data source corresponding to a room id.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user