Fix local-only hashtag columns

master
Thibaut Girka 2020-05-28 14:57:20 +02:00 committed by ThibG
parent 7a74e46b77
commit e8714530a4
1 changed files with 1 additions and 0 deletions

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