~cytrogen/masto-fe

c3af91ce485808544c5c082dc6ad484a626254a6 — Claire 2 years ago c699dc0
[Glitch] Fix filters not applying to explore tab

Port af54bf52c83d9fa60efa4c9650e66ec0bcfd998d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 1 insertions(+), 0 deletions(-)

M app/javascript/flavours/glitch/features/explore/statuses.jsx
M app/javascript/flavours/glitch/features/explore/statuses.jsx => app/javascript/flavours/glitch/features/explore/statuses.jsx +1 -0
@@ 52,6 52,7 @@ class Statuses extends PureComponent {

        <StatusList
          trackScroll
          timelineId='explore'
          statusIds={statusIds}
          scrollKey='explore-statuses'
          hasMore={hasMore}