about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-10-01 06:45:22 +0300
committerVika <vika@fireburn.ru>2025-10-01 06:59:02 +0300
commit0388147949a91f0d71c505d7feaa4db5a1bcbd35 (patch)
tree228b55def24bd9dbff7c3f5cb4362d78fb482db3 /src
parent956244d13d74808dfe33e973b956e44ed62982eb (diff)
downloadvoidsky-0388147949a91f0d71c505d7feaa4db5a1bcbd35.tar.zst
xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky
Diffstat (limited to 'src')
-rw-r--r--src/lib/notifications/notifications.ts2
-rw-r--r--src/screens/Settings/NotificationSettings/index.tsx2
-rw-r--r--src/screens/StarterPack/StarterPackLandingScreen.tsx2
3 files changed, 3 insertions, 3 deletions
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 && (
         <meta
           name="apple-itunes-app"
-          content="app-id=xyz.blueskyweb.app, app-clip-bundle-id=xyz.blueskyweb.app.AppClip, app-clip-display=card"
+          content="app-id=xyz.vikanezrimaya.voidsky, app-clip-bundle-id=xyz.vikanezrimaya.voidsky.AppClip, app-clip-display=card"
         />
       )}
     </View>