From fbf9a4facc03b34b5fce599d405febeed25c3589 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Sat, 6 Oct 2018 19:24:40 +0200 Subject: [PATCH] gpg encryption support --- server/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/handlers.go b/server/handlers.go index 15559de..a33eab6 100644 --- a/server/handlers.go +++ b/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