feat(quest): add support for private images in answers
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user