mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
Fix faces not getting scanned
- This fixes #344 - Add integration tests for face recognition - Properly check that the user own the queried album
This commit is contained in:
@@ -36,6 +36,8 @@ models:
|
||||
resolver: true
|
||||
faces:
|
||||
resolver: true
|
||||
mediaType:
|
||||
resolver: true
|
||||
MediaURL:
|
||||
model: github.com/photoview/photoview/api/graphql/models.MediaURL
|
||||
MediaEXIF:
|
||||
@@ -60,3 +62,5 @@ models:
|
||||
model: github.com/photoview/photoview/api/graphql/models.FaceRectangle
|
||||
SiteInfo:
|
||||
model: github.com/photoview/photoview/api/graphql/models.SiteInfo
|
||||
MediaType:
|
||||
model: github.com/photoview/photoview/api/graphql/models.MediaType
|
||||
|
||||
Reference in New Issue
Block a user