mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-04-03 07:03:43 +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,
|
limit: 1,
|
||||||
any: hashtags.slice(1),
|
any: hashtags.slice(1),
|
||||||
since_id: latestItem.current,
|
since_id: latestItem.current,
|
||||||
|
onlyMedia: media,
|
||||||
})
|
})
|
||||||
.next();
|
.next();
|
||||||
const { value } = results;
|
const { value } = results;
|
||||||
|
|
Loading…
Add table
Reference in a new issue