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

Configure Feed

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

fix: nothing selected bug (#6260)

* fix: nothing selected bug

* fix: consolidate related logic for audience settings

* simplify

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>

authored by

Luke Lucas
Dan Abramov
and committed by
GitHub
9663b3e8 f802f81f

+3
+3
src/components/dialogs/PostInteractionSettingsDialog.tsx
··· 256 256 } else { 257 257 newSelected.splice(i, 1) 258 258 } 259 + if (newSelected.length === 0) { 260 + newSelected.push({type: 'everybody'}) 261 + } 259 262 260 263 onChangeThreadgateAllowUISettings(newSelected) 261 264 }