5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge/rocketchat
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
..
handlers.go Do not send duplicate messages (rocketchat). Fixes #745 (#752) 2019-03-02 22:58:14 +01:00
helpers.go Refactor and update RocketChat bridge 2019-02-15 18:19:34 +01:00
rocketchat.go Do not send duplicate messages (rocketchat). Fixes #745 (#752) 2019-03-02 22:58:14 +01:00