Fix local-only hashtag columns
This commit is contained in:
parent
4e225a769a
commit
cedf9b81e4
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue