nicolium: allow filtering reblogs in list timelines
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user