Limit typing notifications timeline jumps

This commit is contained in:
Gil Eluard
2021-04-06 13:09:30 +02:00
parent e5567311f8
commit ad0f7c9143
3 changed files with 23 additions and 0 deletions
@@ -98,6 +98,8 @@
success:(void(^)(void))success
failure:(void(^)(NSError*))failure;
- (void)resetTypingNotification;
@end
@protocol RoomDataSourceDelegate <MXKDataSourceDelegate>
@@ -950,6 +950,10 @@
}];
}
- (void)resetTypingNotification {
self.currentTypingUsers = nil;
}
#pragma - Accessibility
- (void)setupAccessibilityForCell:(MXKRoomBubbleTableViewCell *)cell withCellData:(RoomBubbleCellData*)cellData