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 2b3c83a6c4
commit 13a59eb845
5 changed files with 24 additions and 0 deletions
@@ -444,4 +444,10 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
*/
- (void)handleTypingNotification:(BOOL)typing;
/**
Share encryption keys in this room.
*/
- (void)shareEncryptionKeys;
@end