mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-21 00:45:18 +00:00
Register indpendent service token
This commit is contained in:
@ -78,7 +78,7 @@ impl ServerConfig {
|
||||
|
||||
notifications: NotificationsConfig {
|
||||
has_firebase: c.is_firebase_available(),
|
||||
has_independent: conf().independent_push_service.is_some(),
|
||||
has_independent: conf().is_independent_push_notifications_service_enabled(),
|
||||
},
|
||||
|
||||
password_policy: PasswordPolicy {
|
||||
|
Reference in New Issue
Block a user