mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 14:08:39 +01:00
Added ToDo. Yes, I manage this in code comments.
This commit is contained in:
parent
bf456cd5c7
commit
8b27452c5d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue