Always limit Following replies to the people you follow (#4868)
* Limit feed replies to people you follow * Remove dead code
This commit is contained in:
parent
f056cb646e
commit
7f292abf51
4 changed files with 8 additions and 126 deletions
|
@ -7,8 +7,8 @@ import {
|
|||
export const DEFAULT_HOME_FEED_PREFS: UsePreferencesQueryResponse['feedViewPrefs'] =
|
||||
{
|
||||
hideReplies: false,
|
||||
hideRepliesByUnfollowed: true,
|
||||
hideRepliesByLikeCount: 0,
|
||||
hideRepliesByUnfollowed: true, // Legacy, ignored
|
||||
hideRepliesByLikeCount: 0, // Legacy, ignored
|
||||
hideReposts: false,
|
||||
hideQuotePosts: false,
|
||||
lab_mergeFeedEnabled: false, // experimental
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue