Do not return a message ID on webhook POST
This commit is contained in:
@@ -120,7 +120,7 @@ func (b *Bxmpp) Send(msg config.Message) (string, error) {
|
|||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
return msg.ID, nil
|
return "", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Post normal message.
|
// Post normal message.
|
||||||
|
|||||||
Reference in New Issue
Block a user