From 02612c006112f9bfd14b9a0d9c5376dca2a7c4e1 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 15 Apr 2017 18:46:25 +0200 Subject: Add support for sending edited messages --- bridge/config/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bridge') diff --git a/bridge/config/config.go b/bridge/config/config.go index 78274165..a08ae00b 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -39,6 +39,8 @@ type ChannelInfo struct { type Protocol struct { BindAddress string // mattermost, slack Buffer int // api + EditSuffix string // mattermost, slack, discord, telegram, gitter + EditDisable bool // mattermost, slack, discord, telegram, gitter IconURL string // mattermost, slack IgnoreNicks string // all protocols Jid string // xmpp -- cgit v1.2.3