From 0388147949a91f0d71c505d7feaa4db5a1bcbd35 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 1 Oct 2025 06:45:22 +0300 Subject: xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/notifications/notifications.ts | 2 +- src/screens/Settings/NotificationSettings/index.tsx | 2 +- src/screens/StarterPack/StarterPackLandingScreen.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/notifications/notifications.ts b/src/lib/notifications/notifications.ts index 03dc4726f..8719c3fb9 100644 --- a/src/lib/notifications/notifications.ts +++ b/src/lib/notifications/notifications.ts @@ -37,7 +37,7 @@ async function _registerPushToken({ : PUBLIC_APPVIEW_DID, platform: Platform.OS, token: token.data, - appId: 'xyz.blueskyweb.app', + appId: 'xyz.vikanezrimaya.voidsky', ageRestricted: extra.ageRestricted ?? false, } diff --git a/src/screens/Settings/NotificationSettings/index.tsx b/src/screens/Settings/NotificationSettings/index.tsx index a16d30061..6fdb151f2 100644 --- a/src/screens/Settings/NotificationSettings/index.tsx +++ b/src/screens/Settings/NotificationSettings/index.tsx @@ -70,7 +70,7 @@ export function NotificationSettingsScreen({}: Props) { [ { key: 'android.provider.extra.APP_PACKAGE', - value: 'xyz.blueskyweb.app', + value: 'xyz.vikanezrimaya.voidsky', }, ], ) diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index 39ae57855..3c13c452f 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -353,7 +353,7 @@ function LandingScreenLoaded({ {isWeb && ( )} -- cgit 1.4.1