refactor: Update SDK and enable login with email and phone

This commit is contained in:
Christian Pauly 2021-03-09 19:39:25 +01:00
commit 39421fae32
8 changed files with 47 additions and 12 deletions

View file

@ -46,7 +46,7 @@ class UrlLauncher {
final response = await showFutureLoadingDialog(
context: context,
future: () =>
matrix.client.requestRoomAliasInformations(roomIdOrAlias),
matrix.client.requestRoomAliasInformation(roomIdOrAlias),
);
if (response.error != null) {
return; // nothing to do, the alias doesn't exist