mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
do not send page_update event for thumbnailer
This commit is contained in:
parent
1b24a24f7c
commit
841a0026ff
1 changed files with 3 additions and 1 deletions
|
|
@ -161,7 +161,9 @@ export const findThumbnail = async (data: Data) => {
|
|||
{
|
||||
thumbnail,
|
||||
},
|
||||
userId
|
||||
userId,
|
||||
undefined,
|
||||
true
|
||||
)
|
||||
logger.info(`thumbnail updated: ${thumbnail}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue