mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
fork

Configure Feed

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

at patch-expo-modules-core 5 lines 132 B view raw
1export type ThreadgateSetting = 2 | {type: 'nobody'} 3 | {type: 'mention'} 4 | {type: 'following'} 5 | {type: 'list'; list: string}