From ca758f8825c3c810c375747a8188abf5646661dd Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 6 Sep 2022 19:49:30 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- utils/email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/email.go b/utils/email.go index 80be37e..ff86db3 100644 --- a/utils/email.go +++ b/utils/email.go @@ -71,7 +71,7 @@ func NewEmail(messageID, inReplyTo, subject, from, to, text, html string, files return email } -// Content converts email to matrix event content +// Content converts the email object to a Matrix event content func (e *Email) Content(threadID id.EventID, options *ContentOptions) *event.Content { var text strings.Builder if options.Sender {