diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-07-04 02:30:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 16:30:24 -0700 |
commit | a9469cc1118a4528dde2ac6c160ec53e257f828e (patch) | |
tree | a28bc97dc80dba0cf341ea876058ffddc1c2a314 /src | |
parent | 1ed019bd722d44a7720e9223b34c07c8421bfcf0 (diff) | |
download | voidsky-a9469cc1118a4528dde2ac6c160ec53e257f828e.tar.zst |
Move NUX date (#8603)
Diffstat (limited to 'src')
-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, ) }, |