Skip to content

Commit 8c7eb40

Browse files
committed
Retrieves image nsfwLevel when image-scan-result webhook is called
1 parent 1f3efca commit 8c7eb40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/api/webhooks/image-scan-result.ts

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ async function handleSuccess({
260260
meta: true,
261261
metadata: true,
262262
postId: true,
263+
nsfwLevel: true,
263264
},
264265
});
265266
if (!image) {

0 commit comments

Comments
 (0)