Sync only admins and editors

This commit is contained in:
Innokentii Konstantinov 2022-06-08 18:14:50 +04:00
parent e277534f32
commit 5be51de1ea

View file

@ -49,6 +49,7 @@ class FeaturesAPIView(APIView):
enabled_features.append(MOBILE_APP_PUSH_NOTIFICATIONS)
if settings.OSS:
# Features below should be enabled only in OSS
enabled_features.append(FEATURE_GRAFANA_CLOUD_CONNECTION)
if settings.FEATURE_LIVE_SETTINGS_ENABLED:
enabled_features.append(FEATURE_LIVE_SETTINGS)