mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Add basic slash commands support to UserSuggestion module
This commit is contained in:
@@ -195,6 +195,10 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
|
||||
name: member.displayname,
|
||||
mentionType: .user)
|
||||
}
|
||||
|
||||
func command(_ command: String) {
|
||||
self.wysiwygViewModel.setCommand(name: command)
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
|
||||
Reference in New Issue
Block a user