rename options, rename settings types

This commit is contained in:
Aine
2022-08-30 14:45:07 +03:00
parent 627e090afd
commit 9f66d1fee6
7 changed files with 66 additions and 66 deletions

View File

@@ -21,7 +21,7 @@ const (
eventInReplyToKey = "cc.etke.postmoogle.inReplyTo"
)
func email2content(email *utils.Email, cfg roomsettings, threadID id.EventID) *event.Content {
func email2content(email *utils.Email, cfg roomSettings, threadID id.EventID) *event.Content {
var text strings.Builder
if !cfg.NoSender() {
text.WriteString("From: ")