Give ability to configure the UnifiedPush default push gateway.

This commit is contained in:
Benoit Marty 2025-03-12 17:10:33 +01:00
parent cd48d051a8
commit b30e1095c9
8 changed files with 59 additions and 3 deletions

View file

@ -29,4 +29,5 @@ class DefaultEnterpriseService @Inject constructor() : EnterpriseService {
override fun semanticColorsDark(): SemanticColors = compoundColorsDark
override fun firebasePushGateway(): String? = null
override fun unifiedPushDefaultPushGateway(): String? = null
}