Fix for images sometimes being sent unencrypted in an encrypted room.

This commit is contained in:
Doug
2022-02-11 18:23:15 +00:00
committed by Stefan Ceriu
parent c00582e9b8
commit 37a0c72169
5 changed files with 24 additions and 0 deletions

View File

@@ -47,6 +47,13 @@ typedef enum : NSUInteger
*/
- (void)roomInputToolbarViewDidChangeTextMessage:(MXKRoomInputToolbarView*)toolbarView;
/**
Inform the delegate that the action menu was opened.
@param toolbarView the room input toolbar view
*/
- (void)roomInputToolbarViewDidOpenActionMenu:(MXKRoomInputToolbarView*)toolbarView;
@end
/**