Cleanup + Add per user store.

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

View file

@ -28,7 +28,7 @@ interface PushService {
fun notificationStyleChanged()
// Ensure pusher is registered
suspend fun registerPusher(matrixClient: MatrixClient)
suspend fun registerFirebasePusher(matrixClient: MatrixClient)
suspend fun testPush()
}