By default, hide replies to people you don't follow in the Following feed (#3124)

* Show replies from followed by default

* Update @atproto/api
This commit is contained in:
dan 2024-03-06 17:27:59 +00:00 committed by GitHub
parent 2e0f806441
commit 5b8d116e33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ import {DEFAULT_LOGGED_OUT_LABEL_PREFERENCES} from '#/state/queries/preferences/
export const DEFAULT_HOME_FEED_PREFS: UsePreferencesQueryResponse['feedViewPrefs'] =
{
hideReplies: false,
hideRepliesByUnfollowed: false,
hideRepliesByUnfollowed: true,
hideRepliesByLikeCount: 0,
hideReposts: false,
hideQuotePosts: false,