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:
commit
b603640154
11 changed files with 453 additions and 234 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue