mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use node id instead of slug when updating loading articles
This commit is contained in:
parent
6dd4f49c2f
commit
4f30ff9811
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ export function HomeFeedContainer(): JSX.Element {
|
|||
if (itemsToUpdate.length > 0) {
|
||||
const link = await articleQuery({
|
||||
username,
|
||||
slug: item.node.slug,
|
||||
slug: item.node.id,
|
||||
includeFriendsHighlights: false,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue