Merge branch 'develop' into aringenbach/5933_presence_indicator

This commit is contained in:
aringenbach
2022-04-05 14:14:45 +02:00
52 changed files with 2463 additions and 417 deletions
@@ -353,10 +353,17 @@ extern NSString *const kMXKRoomDataSourceTimelineErrorErrorKey;
- (void)limitMemoryUsage:(NSInteger)maxBubbleNb;
/**
Force data reload.
Force data reload. Calls `reloadNotifying` with `YES`.
*/
- (void)reload;
/**
Force data reload.
@param notify Flag to notify the delegate about the changes.
*/
- (void)reloadNotifying:(BOOL)notify;
/**
Called when room property changed. Designed to be used by subclasses.
*/