mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Apply MatrixKit PR changes
This commit is contained in:
@@ -437,4 +437,11 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
|
||||
*/
|
||||
- (void)setBubbleTableViewContentOffset:(CGPoint)contentOffset animated:(BOOL)animated;
|
||||
|
||||
/**
|
||||
Handle typing notification.
|
||||
|
||||
@param typing Flag indicating whether the user is typing or not.
|
||||
*/
|
||||
- (void)handleTypingNotification:(BOOL)typing;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user