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:
parent
2e0f806441
commit
5b8d116e33
3 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue