chore: Update SDK

This commit is contained in:
Christian Pauly 2021-01-21 08:44:17 +01:00
commit 242c18aac3
3 changed files with 7 additions and 17 deletions

View file

@ -322,6 +322,10 @@ class MatrixState extends State<Matrix> {
'im.ponies.room_emotes', // we want emotes to work properly
},
databaseBuilder: getDatabase,
supportedLoginTypes: {
AuthenticationTypes.password,
if (PlatformInfos.isMobile) AuthenticationTypes.sso
},
);
LoadingDialog.defaultTitle = L10n.of(context).loadingPleaseWait;
LoadingDialog.defaultBackLabel = L10n.of(context).close;