Allow xmpp to receive the extra messages when text is empty. #295

pull/350/head
Wim 7 years ago
parent 87c9cac756
commit a5c143bc46

@ -166,7 +166,8 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) []*BrM
dest.Protocol != "slack" &&
dest.Protocol != "mattermost" &&
dest.Protocol != "telegram" &&
dest.Protocol != "matrix" {
dest.Protocol != "matrix" &&
dest.Protocol != "xmpp" {
if msg.Text == "" {
return brMsgIDs
}

Loading…
Cancel
Save