diff --git a/app/i18n/en.ts b/app/i18n/en.ts index d8a06e4f..2f6521dc 100644 --- a/app/i18n/en.ts +++ b/app/i18n/en.ts @@ -13,7 +13,7 @@ const en = { errorScreen: { title: "Something went wrong!", friendlySubtitle: - "This is the screen that your users will see in production when an error is thrown. You'll want to customize this message (located in `app/i18n/en.ts`) and probably the layout as well (`app/screens/ErrorScreen`). If you want to remove this entirely, check `app/app.tsx` for the component.", + "Uh-oh, there was en error. Please tell us about it and we'll fix it! In the meantime you can try refreshing your app below.", reset: "RESET APP", }, emptyStateComponent: { diff --git a/app/models/UserStore.ts b/app/models/UserStore.ts index dfbaf4d2..e7d82d8a 100644 --- a/app/models/UserStore.ts +++ b/app/models/UserStore.ts @@ -247,7 +247,8 @@ export const UserStoreModel = types tmp.forEach((id: string) => { ChannelModel.create({ id, privkey: "" }) }) - const joinedChannels = tmp.length > 0 ? tmp : DEFAULT_CHANNELS + const joinedChannels = DEFAULT_CHANNELS // tmp.length > 0 ? tmp : DEFAULT_CHANNELS + applySnapshot(self, { pubkey, privkey, diff --git a/app/screens/BackupScreen.tsx b/app/screens/BackupScreen.tsx index d3d47b08..5845aca8 100644 --- a/app/screens/BackupScreen.tsx +++ b/app/screens/BackupScreen.tsx @@ -55,7 +55,7 @@ export const BackupScreen: FC = observer(function BackupScree = observer(function BackupScree = observer(function Chang return ( + + + + - Adds AI chat channels! (GPT3.5) + - Various bugfixes & performance improvements + + + diff --git a/ios/arcade/Info.plist b/ios/arcade/Info.plist index 54f0d953..b6904bdf 100644 --- a/ios/arcade/Info.plist +++ b/ios/arcade/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 9 + 10 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS