mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Fix check updates don't use media param
This commit is contained in:
parent
c67192bb81
commit
1f78bb9c09
1 changed files with 1 additions and 0 deletions
|
@ -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