From bac3447db28766e1bb1e6f0cfb21ef3bb4aa4057 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 6 Sep 2022 19:49:02 +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 2349262..904cfe8 100644 --- a/utils/email.go +++ b/utils/email.go @@ -31,7 +31,7 @@ type Email struct { Files []*File } -// ContentOptions used to convert email to matrix event content +// ContentOptions represents settings that specify how an email is to be converted to a Matrix message type ContentOptions struct { // On/Off Sender bool