There was an error while loading. Please reload this page.
2 parents e0cbaaa + 6968677 commit 5f94b0dCopy full SHA for 5f94b0d
1 file changed
calendar_event_types.go
@@ -43,7 +43,7 @@ type CalendarEventPart struct {
43
Author string
44
}
45
46
-func (part CalendarEventPart) Decode(calKR *crypto.KeyRing, addrKR *crypto.KeyRing, kp []byte) error {
+func (part *CalendarEventPart) Decode(calKR *crypto.KeyRing, addrKR *crypto.KeyRing, kp []byte) error {
47
if part.Type&CalendarEventTypeEncrypted != 0 {
48
var enc *crypto.PGPMessage
49
0 commit comments