Clean up debug code
This commit is contained in:
@@ -105,7 +105,7 @@ export function ActivityNotificationsAnnouncement() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
alt={_(
|
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>
|
</View>
|
||||||
@@ -145,7 +145,7 @@ export function ActivityNotificationsAnnouncement() {
|
|||||||
</ButtonText>
|
</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Edit who can subscribe`)}
|
label={_(msg`Edit who can subscribe to your posts`)}
|
||||||
size="large"
|
size="large"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
|
|||||||
@@ -33,12 +33,12 @@ const queuedNuxs: {
|
|||||||
preferences: UsePreferencesQueryResponse
|
preferences: UsePreferencesQueryResponse
|
||||||
}) => boolean
|
}) => boolean
|
||||||
}[] = [
|
}[] = [
|
||||||
// {
|
{
|
||||||
// id: Nux.InitialVerificationAnnouncement,
|
id: Nux.InitialVerificationAnnouncement,
|
||||||
// enabled: ({currentProfile}) => {
|
enabled: ({currentProfile}) => {
|
||||||
// return isDaysOld(2, currentProfile.createdAt)
|
return isDaysOld(2, currentProfile.createdAt)
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
id: Nux.ActivityNotificationsAnnouncement,
|
id: Nux.ActivityNotificationsAnnouncement,
|
||||||
enabled: ({currentProfile}) => {
|
enabled: ({currentProfile}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user