Add new followerRule to threadgate settings

This commit is contained in:
Eric Bailey
2025-02-06 12:37:42 -06:00
parent 9cd4f92027
commit 3de01a3a3f
5 changed files with 20 additions and 5 deletions
@@ -438,6 +438,16 @@ export function PostInteractionSettingsForm({
onPress={() => onPressAudience({type: 'following'})}
disabled={replySettingsDisabled}
/>
<Selectable
label={_(msg`Your followers`)}
isSelected={
!!threadgateAllowUISettings.find(
v => v.type === 'followers',
)
}
onPress={() => onPressAudience({type: 'followers'})}
disabled={replySettingsDisabled}
/>
{lists && lists.length > 0
? lists.map(list => (
<Selectable