Fix crash when opening rooms where the current user doesn't have permission to post messages.

This commit is contained in:
Stefan Ceriu
2022-05-17 15:49:50 +03:00
committed by Stefan Ceriu
parent cde12f504a
commit dce59fb6ee
3 changed files with 6 additions and 5 deletions
@@ -360,4 +360,9 @@ typedef enum : NSUInteger
*/
- (void)pasteText:(NSString*)text;
/**
The current attributed text message in message composer.
*/
@property (nonatomic) NSAttributedString *attributedTextMessage;
@end