diff options
Diffstat (limited to 'src/components/dialogs')
-rw-r--r-- | src/components/dialogs/nuxs/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx index 8096a0141..5529893c0 100644 --- a/src/components/dialogs/nuxs/index.tsx +++ b/src/components/dialogs/nuxs/index.tsx @@ -36,7 +36,7 @@ const queuedNuxs: { id: Nux.ActivitySubscriptions, enabled: ({currentProfile}) => { return isExistingUserAsOf( - '2025-07-03T00:00:00.000Z', + '2025-07-07T00:00:00.000Z', currentProfile.createdAt, ) }, |