#1098 - Add debouncer to suggestion service text processing. Stop returning cached member results from the coordinator, rely on the room directly for up to date results.

This commit is contained in:
Stefan Ceriu
2021-10-07 12:59:58 +03:00
parent 096279b43a
commit f85804c454
4 changed files with 50 additions and 38 deletions
@@ -33,7 +33,7 @@ protocol UserSuggestionServiceProtocol {
var currentTextTrigger: String? { get }
func processTextMessage(_ textMessage: String)
func processTextMessage(_ textMessage: String?)
}
// MARK: Avatarable