#1098 - Working real user suggestion inside the main application.

This commit is contained in:
Stefan Ceriu
2021-10-05 14:30:31 +03:00
parent e63dbed95c
commit 9724409fc0
12 changed files with 191 additions and 57 deletions
@@ -31,7 +31,7 @@ protocol UserSuggestionServiceProtocol {
var items: CurrentValueSubject<[UserSuggestionItemProtocol], Never> { get }
func processPartialUserName(_ userName: String)
func processTextMessage(_ textMessage: String)
}
// MARK: Avatarable