Cleanup + Add per user store.

This commit is contained in:
Benoit Marty 2023-03-31 15:55:14 +02:00
parent b27f6c6594
commit 6ecbe1f856
29 changed files with 351 additions and 202 deletions

View file

@ -46,7 +46,7 @@ class LoggedInPresenter @Inject constructor(
override fun present(): LoggedInState {
LaunchedEffect(Unit) {
// Ensure pusher is registered
pushService.registerPusher(matrixClient)
pushService.registerFirebasePusher(matrixClient)
}
val permissionsState = postNotificationPermissionsPresenter.present()