chore: Update SDK
This commit is contained in:
parent
88f2cabe7c
commit
242c18aac3
3 changed files with 7 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue