protonmail: Fix typo in MessageBodyKey struct.

This commit is contained in:
Brandon McDonnell 2018-10-20 22:31:53 +00:00
parent 05ad63560f
commit 49160bcd3e
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ type MessagePackageSet struct {
Body string // Encrypted body data packet Body string // Encrypted body data packet
// Only if cleartext is sent // Only if cleartext is sent
BodyKey *MessageBodyKey `json:omitempty` BodyKey *MessageBodyKey `json:",omitempty"`
AttachmentKeys map[string]string AttachmentKeys map[string]string
bodyKey *packet.EncryptedKey bodyKey *packet.EncryptedKey