Added ToDo. Yes, I manage this in code comments.

This commit is contained in:
mdosch 2018-07-15 21:01:31 +02:00
parent bf456cd5c7
commit 8b27452c5d

View file

@ -142,6 +142,7 @@ func main() {
if output != "" {
_, err = client.Send(xmpp.Chat{Remote: config.Muc, Type: "groupchat", Text: output})
if err != nil {
// ToDo: Save message for resend.
log.Fatal(err)
}
}