浏览代码

gpg encryption support

gpg-encryption-support
Andrea Spacca 5 年前
父节点
当前提交
fbf9a4facc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      server/handlers.go

+ 1
- 1
server/handlers.go 查看文件

@@ -437,7 +437,7 @@ type Metadata struct {
MaxDate time.Time
// DeletionToken contains the token to match against for deletion
DeletionToken string
// Encrypted contaings if the file was encrypted
// Encrypted contains if the file was encrypted
Encrypted bool
// DecryptedContentType is the original uploading content type
DecryptedContentType string


正在加载...
取消
保存