do not send page_update event for thumbnailer
This commit is contained in:
@ -161,7 +161,9 @@ export const findThumbnail = async (data: Data) => {
|
|||||||
{
|
{
|
||||||
thumbnail,
|
thumbnail,
|
||||||
},
|
},
|
||||||
userId
|
userId,
|
||||||
|
undefined,
|
||||||
|
true
|
||||||
)
|
)
|
||||||
logger.info(`thumbnail updated: ${thumbnail}`)
|
logger.info(`thumbnail updated: ${thumbnail}`)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user