From ae18ef53d7017cd97ed9edca41e8698b70889d7b Mon Sep 17 00:00:00 2001 From: mfrezzati Date: Fri, 10 Jan 2025 10:28:13 +0100 Subject: [PATCH] fix(mobile): enable notifications flag --- feature-flags/mobile-feature-flags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-flags/mobile-feature-flags.json b/feature-flags/mobile-feature-flags.json index 0dabea4..5345835 100644 --- a/feature-flags/mobile-feature-flags.json +++ b/feature-flags/mobile-feature-flags.json @@ -5,7 +5,7 @@ "fallbackUrl": "https://api.coingecko.com/api/v3" }, "pushNotificationFeature": { - "enabled": false + "enabled": true }, "subdomainClaimFeature": { "enabled": true