mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Fix crash when opening rooms where the current user doesn't have permission to post messages.
This commit is contained in:
committed by
Stefan Ceriu
parent
cde12f504a
commit
dce59fb6ee
@@ -360,4 +360,9 @@ typedef enum : NSUInteger
|
||||
*/
|
||||
- (void)pasteText:(NSString*)text;
|
||||
|
||||
/**
|
||||
The current attributed text message in message composer.
|
||||
*/
|
||||
@property (nonatomic) NSAttributedString *attributedTextMessage;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user