Quellcode durchsuchen

gpg encryption support

gpg-encryption-support
Andrea Spacca vor 5 Jahren
Ursprung
Commit
fbf9a4facc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      server/handlers.go

+ 1
- 1
server/handlers.go Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern