Merge branch 'soru/unified-push' into 'main'

feat: Add unified push as push provider

See merge request famedly/fluffychat!341
This commit is contained in:
Krille Fear
2021-01-28 14:32:07 +00:00
11 changed files with 458 additions and 239 deletions

View File

@ -340,10 +340,9 @@ class MatrixState extends State<Matrix> {
widget.apl.currentState.pushNamedAndRemoveAllOthers('/');
if (loginState == LoginState.logged) {
FirebaseController.context = context;
FirebaseController.setupFirebase(
this,
clientName,
).catchError(SentryController.captureException);
FirebaseController.matrix = this;
FirebaseController.setupFirebase(clientName)
.catchError(SentryController.captureException);
}
}
});