Clean up debug code

This commit is contained in:
Eric Bailey
2025-06-17 18:25:06 -05:00
parent 0e4bbc1a0a
commit 0c5b05e668
2 changed files with 8 additions and 8 deletions
@@ -105,7 +105,7 @@ export function ActivityNotificationsAnnouncement() {
},
]}
alt={_(
msg`An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts.`,
msg`A screenshot of the Bluesky app showing a profile screen with a button with a bell icon inside. This button is used to subscribe to notifications for new posts from that user.`,
)}
/>
</View>
@@ -145,7 +145,7 @@ export function ActivityNotificationsAnnouncement() {
</ButtonText>
</Button>
<Button
label={_(msg`Edit who can subscribe`)}
label={_(msg`Edit who can subscribe to your posts`)}
size="large"
variant="solid"
color="secondary"
+6 -6
View File
@@ -33,12 +33,12 @@ const queuedNuxs: {
preferences: UsePreferencesQueryResponse
}) => boolean
}[] = [
// {
// id: Nux.InitialVerificationAnnouncement,
// enabled: ({currentProfile}) => {
// return isDaysOld(2, currentProfile.createdAt)
// },
// },
{
id: Nux.InitialVerificationAnnouncement,
enabled: ({currentProfile}) => {
return isDaysOld(2, currentProfile.createdAt)
},
},
{
id: Nux.ActivityNotificationsAnnouncement,
enabled: ({currentProfile}) => {