Fix sending command with Pills through RTE

This commit is contained in:
aringenbach
2023-04-21 17:13:03 +02:00
parent 92286ecb88
commit 3289733957
6 changed files with 59 additions and 2 deletions

View File

@@ -102,6 +102,14 @@ typedef enum : NSUInteger
*/
- (void)roomInputToolbarView:(MXKRoomInputToolbarView *)toolbarView sendFormattedTextMessage:(NSString *)formattedTextMessage withRawText:(NSString *)rawText;
/**
Tells the delegate that the user wants to send a command.
@param toolbarView the room input toolbar view.
@param commandText the command to send.
*/
- (void)roomInputToolbarView:(MXKRoomInputToolbarView *)toolbarView sendCommand:(NSString *)commandText;
/**
Tells the delegate that the user wants to display the send media actions.