You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
handlers.go Do not send duplicate messages (rocketchat). Fixes #745 (#752) 6 years ago
helpers.go Refactor and update RocketChat bridge 6 years ago
rocketchat.go Do not send duplicate messages (rocketchat). Fixes #745 (#752) 6 years ago