Do not return a message ID on webhook POST

This commit is contained in:
Alexander PapaTutuWawa
2021-01-21 12:58:59 +01:00
parent 3473899a45
commit 59c5b3ff1b

View File

@@ -120,7 +120,7 @@ func (b *Bxmpp) Send(msg config.Message) (string, error) {
return "", err
}
return msg.ID, nil
return "", nil
}
// Post normal message.