mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
We need to update readAt because that isnt resolved from the cache
This commit is contained in:
parent
c47a720fe4
commit
0e37bfa03d
1 changed files with 3 additions and 0 deletions
|
|
@ -671,6 +671,9 @@ export const saveArticleReadingProgressResolver = authorized<
|
|||
undefined,
|
||||
uid
|
||||
)
|
||||
if (updatedItem) {
|
||||
updatedItem.readAt = new Date()
|
||||
}
|
||||
} else {
|
||||
updatedItem = await updateLibraryItemReadingProgress(
|
||||
id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue