format code & add additional assets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user