mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Enable user mentions in Rich Text Editor
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
import Combine
|
||||
import Foundation
|
||||
import WysiwygComposer
|
||||
|
||||
protocol UserSuggestionItemProtocol: Avatarable {
|
||||
var userId: String { get }
|
||||
@@ -29,6 +30,7 @@ protocol UserSuggestionServiceProtocol {
|
||||
var currentTextTrigger: String? { get }
|
||||
|
||||
func processTextMessage(_ textMessage: String?)
|
||||
func processSuggestionPattern(_ suggestionPattern: SuggestionPattern?)
|
||||
}
|
||||
|
||||
// MARK: Avatarable
|
||||
|
||||
Reference in New Issue
Block a user