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

@ -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()
}