Fix check updates don't use media param
This commit is contained in:
parent
c67192bb81
commit
1f78bb9c09
|
@ -98,6 +98,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) {
|
|||
limit: 1,
|
||||
any: hashtags.slice(1),
|
||||
since_id: latestItem.current,
|
||||
onlyMedia: media,
|
||||
})
|
||||
.next();
|
||||
const { value } = results;
|
||||
|
|
Loading…
Reference in a new issue