ai/at
1
0

fix social-app ios patch start contacts nux

This commit is contained in:
2025-12-13 14:25:48 +09:00
parent 181a503597
commit 41d08a6e78
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx
index 63e11a7f4..70fa993cf 100644
--- a/src/components/dialogs/nuxs/index.tsx
+++ b/src/components/dialogs/nuxs/index.tsx
@@ -46,7 +46,7 @@ const queuedNuxs: {
enabled: ({currentProfile}) => {
return (
isNative &&
- isExistingUserAsOf('2025-12-16T00:00:00.000Z', currentProfile.createdAt)
+ isExistingUserAsOf('2099-12-16T00:00:00.000Z', currentProfile.createdAt)
)
},
},

View File

@@ -45,6 +45,7 @@ PATCH_FILES_IOS=(
"032-social-app-ios-feed-loggedout.patch" "032-social-app-ios-feed-loggedout.patch"
"033-social-app-ios-hide-profile-tabs.patch" "033-social-app-ios-hide-profile-tabs.patch"
"036-social-app-ios-homeheader-loggedout.patch" "036-social-app-ios-homeheader-loggedout.patch"
"037-social-app-ios-disable-contacts-nux.patch"
) )
function ios-env() { function ios-env() {