diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/notifications/notifications.ts | 2 | ||||
-rw-r--r-- | src/screens/Settings/NotificationSettings/index.tsx | 2 | ||||
-rw-r--r-- | src/screens/StarterPack/StarterPackLandingScreen.tsx | 2 |
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> |