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 026a8b33da
commit 816ba3b249
3 changed files with 6 additions and 5 deletions

View File

@@ -111,11 +111,6 @@ typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
*/
@property (nonatomic, weak, readonly) UIButton *attachMediaButton;
/**
The current attributed text message in message composer.
*/
@property (nonatomic) NSAttributedString *attributedTextMessage;
@property (nonatomic, readonly, nonnull) UIFont *textDefaultFont;
/**