Resolve display names in mentions in real time (#3051)
* Resolve display names in mentions in real time * Use `LocalRoomMemberProfilesCache` to avoid having to implement `TextMessagePresenter` * Also use local composition provider for `MentionSpanProvider`
This commit is contained in:
parent
213a5c2942
commit
ce91fe4ab2
24 changed files with 431 additions and 142 deletions
|
|
@ -44,7 +44,8 @@ serialization_json = "1.6.3"
|
|||
showkase = "1.0.3"
|
||||
appyx = "1.4.0"
|
||||
sqldelight = "2.0.2"
|
||||
wysiwyg = "2.37.3"
|
||||
# TODO use a stable version before merging
|
||||
wysiwyg = "2.37.3-SNAPSHOT"
|
||||
telephoto = "0.11.2"
|
||||
|
||||
# DI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue