feat(webdav): support copy directly without task (close #5206)
This commit is contained in:
@ -41,7 +41,7 @@ const (
|
||||
OcrApi = "ocr_api"
|
||||
FilenameCharMapping = "filename_char_mapping"
|
||||
ForwardDirectLinkParams = "forward_direct_link_params"
|
||||
WebauthnLoginEnabled = "webauthn_login_enabled"
|
||||
WebauthnLoginEnabled = "webauthn_login_enabled"
|
||||
|
||||
// index
|
||||
SearchIndex = "search_index"
|
||||
@ -84,3 +84,8 @@ const (
|
||||
TEXT
|
||||
IMAGE
|
||||
)
|
||||
|
||||
// ContextKey is the type of context keys.
|
||||
const (
|
||||
NoTaskKey = "no_task"
|
||||
)
|
||||
|
Reference in New Issue
Block a user