Sync on push : call room.subscribeToSync when notifiable event is received

This commit is contained in:
ganfra 2024-07-30 17:38:51 +02:00
parent ddca7fc583
commit ca18c83d53
2 changed files with 17 additions and 0 deletions

View file

@ -56,6 +56,7 @@ dependencies {
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.troubleshoot.api)
implementation(projects.features.call.api)
implementation(projects.libraries.featureflag.api)
api(projects.libraries.pushproviders.api)
api(projects.libraries.pushstore.api)
api(projects.libraries.push.api)