refactor: Migrate to new matrix sdk API
This commit is contained in:
parent
a85f35088a
commit
47e68d813d
32 changed files with 103 additions and 93 deletions
|
|
@ -129,7 +129,7 @@ class UrlLauncher {
|
|||
context: context,
|
||||
future: () => matrix.client.joinRoom(
|
||||
roomIdOrAlias,
|
||||
servers: servers.isNotEmpty ? servers.toList() : null,
|
||||
serverName: servers.isNotEmpty ? servers.toList() : null,
|
||||
),
|
||||
);
|
||||
if (response.error != null) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue