1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

I have done some manual test, this should be fine.

This commit is contained in:
Benoit Marty
2022-06-14 16:55:36 +02:00
parent 0147eb4b22
commit 49681982ae

View File

@@ -31,7 +31,9 @@ object Config {
* - For Gplay variant it means that only FCM will be used;
* - For F-Droid variant, it means that only background polling will be available to the user.
*
* *Note*: Changing the value from `true` to `false` when the app is already installed on users' phone may have unexpected behavior.
* *Note*: When the app is already installed on users' phone:
* - Changing the value from `false` to `true` will let the user be able to select an external UnifiedPush distributor;
* - Changing the value from `true` to `false` will force the app to return to the background sync / Firebase Push.
*/
const val ALLOW_EXTERNAL_UNIFIED_PUSH_DISTRIBUTORS = true
}