Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move NUX date (#8603)

authored by

Samuel Newman and committed by
GitHub
a9469cc1 1ed019bd

+1 -1
+1 -1
src/components/dialogs/nuxs/index.tsx
··· 36 36 id: Nux.ActivitySubscriptions, 37 37 enabled: ({currentProfile}) => { 38 38 return isExistingUserAsOf( 39 - '2025-07-03T00:00:00.000Z', 39 + '2025-07-07T00:00:00.000Z', 40 40 currentProfile.createdAt, 41 41 ) 42 42 },