Introduce RoomAliasResolverNode with error and retry handling.
This commit is contained in:
parent
c0bd527486
commit
e1564e5a2b
9 changed files with 509 additions and 31 deletions
|
|
@ -124,6 +124,7 @@ class MessagesNode @AssistedInject constructor(
|
|||
}
|
||||
}
|
||||
is PermalinkData.RoomLink -> {
|
||||
// TODO Handle click on current Room
|
||||
callback?.onPermalinkClicked(permalink)
|
||||
}
|
||||
is PermalinkData.FallbackLink,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue