feat(quest): add support for private images in answers

This commit is contained in:
2026-07-31 02:14:34 +02:00
parent de0eaee521
commit 45865d3122
9 changed files with 53 additions and 14 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ export default defineEventHandler(async (event) => {
where: {
final: true,
picture: {
isNot: null
private: false
}
}
}
@@ -95,7 +95,7 @@ export default defineEventHandler(async (event) => {
some: {
final: true,
picture: {
isNot: null
private: false
}
}
}