Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Slavi Pantaleev
2022-09-06 19:49:02 +00:00
committed by Aine
parent 86890c1f89
commit bac3447db2

View File

@@ -31,7 +31,7 @@ type Email struct {
Files []*File 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 { type ContentOptions struct {
// On/Off // On/Off
Sender bool Sender bool