format code & add additional assets

This commit is contained in:
2026-03-10 16:48:10 +00:00
parent 77e4e444d4
commit 7a201808e3
11 changed files with 37 additions and 41 deletions

View File

@@ -15,9 +15,9 @@ func sendMessage(c xmpp.Sender, sendTo string, msgType stanza.StanzaType, body s
To: sendTo,
Type: msgType,
},
Body: body,
Subject: subject,
Thread: thread,
Body: body,
Subject: subject,
Thread: thread,
Extensions: exts,
}
err := c.Send(m)