From cbd73ee313df8d4e590835e451200e7bff24473f Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 22 Nov 2017 00:28:40 +0100 Subject: Add support for uploaded images/video/files (matrix) --- gateway/gateway.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gateway') 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 } -- cgit v1.2.3