Fix filters not applying to explore tab (#25887)
This commit is contained in:
parent
de3b86a5f8
commit
047d44611b
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class Statuses extends PureComponent {
|
||||||
|
|
||||||
<StatusList
|
<StatusList
|
||||||
trackScroll
|
trackScroll
|
||||||
|
timelineId='explore'
|
||||||
statusIds={statusIds}
|
statusIds={statusIds}
|
||||||
scrollKey='explore-statuses'
|
scrollKey='explore-statuses'
|
||||||
hasMore={hasMore}
|
hasMore={hasMore}
|
||||||
|
|
Loading…
Reference in a new issue