Bluesky app fork with some witchin' additions 💫
1
fork

Configure Feed

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

Change text on threadgate button from 'Anybody' to 'Anyone' (#9390)

authored by

surfdude29 and committed by
GitHub
a35a81a5 41458788

+1 -1
+1 -1
src/view/com/composer/threadgate/ThreadgateBtn.tsx
··· 126 !postgate.embeddingRules || postgate.embeddingRules.length === 0 127 const anyoneCanInteract = anyoneCanReply && anyoneCanQuote 128 const label = anyoneCanInteract 129 - ? _(msg`Anybody can interact`) 130 : _(msg`Interaction limited`) 131 132 return (
··· 126 !postgate.embeddingRules || postgate.embeddingRules.length === 0 127 const anyoneCanInteract = anyoneCanReply && anyoneCanQuote 128 const label = anyoneCanInteract 129 + ? _(msg`Anyone can interact`) 130 : _(msg`Interaction limited`) 131 132 return (