mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
change: hide replies in timeline
Hide replies in timeline per default due to being more straightforward for people comming from other Fediverse platforms. Also reduces amount of "posts" in timeline, linking to one "viral" post.
This commit is contained in:
parent
1fd6746e66
commit
b88c87da21
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ export const defaultStore = markRaw(
|
|||
},
|
||||
showTimelineReplies: {
|
||||
where: "device",
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue