1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-21 23:22:56 -05:00

Fix local-only hashtag columns

This commit is contained in:
Thibaut Girka 2020-05-28 14:57:20 +02:00 committed by ThibG
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);
};