Fix filters not applying to explore tab (#25887)

local
Claire 10 months ago committed by GitHub
parent 999c343946
commit af54bf52c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/mastodon/features/explore/statuses.jsx

@ -52,6 +52,7 @@ class Statuses extends PureComponent {
<StatusList
trackScroll
timelineId='explore'
statusIds={statusIds}
scrollKey='explore-statuses'
hasMore={hasMore}

Loading…
Cancel
Save