From: Thibaut Girka Date: Thu, 28 May 2020 12:57:20 +0000 (+0200) Subject: Fix local-only hashtag columns X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e8714530a4173500a503452e9a9b5755156f14cd;p=mastodon.git Fix local-only hashtag columns --- diff --git a/app/javascript/flavours/glitch/actions/timelines.js b/app/javascript/flavours/glitch/actions/timelines.js index 0993824b3..46b605e04 100644 --- a/app/javascript/flavours/glitch/actions/timelines.js +++ b/app/javascript/flavours/glitch/actions/timelines.js @@ -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); };