Merge branch 'fix/g08' into fix/integrated
# Conflicts: # internal/store/migrations.go
This commit is contained in:
@@ -498,10 +498,12 @@ type Server struct {
|
||||
SwapModelFn SwapModelFunc
|
||||
ModelStatusFn ModelStatusFunc
|
||||
|
||||
// DescribeImageFn — looks at one image (Vikunja #252). Set by the daemon only
|
||||
// when a media store is configured AND vision is enabled with a local
|
||||
// endpoint; nil ⇒ MethodDescribeImage answers ErrUnknownMethod, so a surface
|
||||
// cannot make Maven accept a photo by merely sending one.
|
||||
// DescribeImageFn — looks at one image (Vikunja #252). Set by the daemon
|
||||
// whenever a media store is configured. Vision being off does not clear it:
|
||||
// the image is stored and the reply says she cannot read it yet, which is
|
||||
// re-runnable by id later. nil ⇒ no media block ⇒ MethodDescribeImage
|
||||
// answers ErrUnknownMethod, so a surface cannot make Maven accept a photo
|
||||
// by merely sending one.
|
||||
//
|
||||
// It bypasses CoreAPI for the same reason IngestMailFn does: it needs a blob
|
||||
// store and a vision server, neither of which is a store operation, and no
|
||||
|
||||
Reference in New Issue
Block a user