mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Only no-op the actual sending of a typing notification.
The logic around when to send a typing notification also includes logic around when to exchange encryption keys. handleTypingNotification renamed to handleTypingState for clarity.
This commit is contained in:
@@ -438,11 +438,12 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
|
||||
- (void)setBubbleTableViewContentOffset:(CGPoint)contentOffset animated:(BOOL)animated;
|
||||
|
||||
/**
|
||||
Handle typing notification.
|
||||
Sends a typing notification with the specified timeout.
|
||||
|
||||
@param typing Flag indicating whether the user is typing or not.
|
||||
@param notificationTimeoutMS The length of time the typing notification is valid for
|
||||
*/
|
||||
- (void)handleTypingNotification:(BOOL)typing;
|
||||
- (void)sendTypingNotification:(BOOL)typing timeout:(NSUInteger)notificationTimeoutMS;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user