do not send page_update event for thumbnailer

This commit is contained in:
Hongbo Wu
2024-03-22 17:25:06 +08:00
parent 1b24a24f7c
commit 841a0026ff

View File

@ -161,7 +161,9 @@ export const findThumbnail = async (data: Data) => {
{
thumbnail,
},
userId
userId,
undefined,
true
)
logger.info(`thumbnail updated: ${thumbnail}`)
}