nicolium: allow filtering reblogs in list timelines

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-25 13:04:00 +01:00
parent 0504f671e1
commit 2d132a8f66

View File

@@ -59,7 +59,7 @@ const useTimelineFiltersOptions = (
return useMemo(() => {
const items: Menu = [];
if (timeline === 'home') {
if (['home', 'list', 'antenna'].includes(timeline)) {
items.push({
text: intl.formatMessage(messages.showReblogs),
type: 'toggle',