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:
Brayd 2023-06-27 12:21:28 +00:00
parent 1fd6746e66
commit b88c87da21

View file

@ -340,7 +340,7 @@ export const defaultStore = markRaw(
},
showTimelineReplies: {
where: "device",
default: true,
default: false,
},
}),
);