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
3 changed files with 6 additions and 6 deletions
+1 -1
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,