Fix check updates don't use media param

This commit is contained in:
Lim Chee Aun 2023-10-31 15:41:39 +08:00
parent c67192bb81
commit 1f78bb9c09

View file

@ -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;