~cytrogen/masto-fe

af54bf52c83d9fa60efa4c9650e66ec0bcfd998d — Claire 2 years ago 999c343
Fix filters not applying to explore tab (#25887)

1 files changed, 1 insertions(+), 0 deletions(-)

M app/javascript/mastodon/features/explore/statuses.jsx
M app/javascript/mastodon/features/explore/statuses.jsx => app/javascript/mastodon/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}