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

View file

@ -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);
};