mirror of https://github.com/Siphonay/mastodon
Fix local-only hashtag columns
This commit is contained in:
parent
7a74e46b77
commit
e8714530a4
|
@ -134,6 +134,7 @@ export const expandHashtagTimeline = (hashtag, { maxId, tags, local } =
|
|||
any: parseTags(tags, 'any'),
|
||||
all: parseTags(tags, 'all'),
|
||||
none: parseTags(tags, 'none'),
|
||||
local: local,
|
||||
}, done);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue