matterbridge/bridge
Wim 53aa076555
Do not send duplicate messages (rocketchat). Fixes #745 (#752)
For an unknown reason we get duplicate messages (from the same channel)
using the realtime API when we have > 1 channel subscribed on.
Solution for now is caching the message ID in a LRU cache and ignoring
the duplicates.

This should be reviewed when we have actual editing support from the
realtime API
2019-03-02 22:58:14 +01:00
..
api Update vendor, move to labstack/echo/v4 Fixes #698 2019-01-31 17:06:36 +01:00
config Add MediaConvertWebPToPNG option (telegram). (#741) 2019-02-27 00:41:50 +01:00
discord Do not relay any bot messages (discord) (#743) 2019-02-28 12:59:52 +01:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Add MediaConvertWebPToPNG option (telegram). (#741) 2019-02-27 00:41:50 +01:00
irc Support quits from irc correctly. Fixes #722 (#724) 2019-02-17 22:43:04 +01:00
matrix Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719) 2019-02-17 21:48:32 +01:00
mattermost Add support for mattermost threading (#627) 2019-01-09 21:50:03 +01:00
rocketchat Do not send duplicate messages (rocketchat). Fixes #745 (#752) 2019-03-02 22:58:14 +01:00
slack Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00
sshchat Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00
steam Refactor steam bridge (#630) 2018-12-07 23:48:24 +01:00
telegram Add support for URL in messageEntities (telegram). Fixes #735 (#736) 2019-03-02 22:38:44 +01:00
whatsapp Use whatsapp forks (#750) 2019-03-02 13:04:28 +01:00
xmpp Do not send topic changes on connect (xmpp). Fixes #732 (#733) 2019-02-23 23:03:21 +01:00
zulip Need to specify /topic:mytopic for channel configuration (zulip). (#751) 2019-03-02 20:31:38 +01:00
bridge.go Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00