wip encrypted parent event

This commit is contained in:
Aine
2022-11-15 19:22:15 +02:00
parent 7c59ff4b2e
commit ec266e9108
6 changed files with 18 additions and 21 deletions

View File

@@ -135,7 +135,7 @@ func (e *Email) Content(threadID id.EventID, options *ContentOptions) *event.Con
options.FromKey: e.From,
options.ToKey: e.To,
},
Parsed: parsed,
Parsed: &parsed,
}
return &content
}