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 404e1659fc
commit e2670c90f5

View file

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