Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 770a7efedfa4783b2f8e2ad1f886c87046ee5e6a Author: Wim <wim@42.be> Date: Sat Apr 15 18:46:25 2017 +0000 Add support for sending edited messages diff --git a/bridge/config/config.go b/bridge/config/config.go index 7827416..a08ae00 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -396 +398 @@ 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 diff --git a/changelog.md b/changelog.md index 4efb1d4..f208f44 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +112 @@ +# v0.12.0 +## New features +* general: add support for edited messages. + Add new keyword EditDisable (false/true), default false. Which means by default edited messages will be sent to other bridges. + Add new keyword EditSuffix , default "". You can change this eg to "(edited)", this will be appended to every edit message. + +## Enhancements +* discord: Strip custom emoji metadata (discord). Closes #148 +  # v0.11.0  ## New features  * general: reusing the same account on multiple gateways now also reuses the connection.