diff options
Diffstat (limited to 'gateway/gateway.go')
-rw-r--r-- | gateway/gateway.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gateway/gateway.go b/gateway/gateway.go index be03a99b..e5d74ff2 100644 --- a/gateway/gateway.go +++ b/gateway/gateway.go @@ -155,7 +155,8 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) []*BrM if dest.Protocol != "discord" && dest.Protocol != "slack" && dest.Protocol != "mattermost" && - dest.Protocol != "telegram" { + dest.Protocol != "telegram" && + dest.Protocol != "matrix" { if msg.Text == "" { return brMsgIDs } |