summaryrefslogtreecommitdiffstats
path: root/bridge/rocketchat/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* Handle Rocket.Chat attachments (#1395)Tadeo Kondrak2021-02-151-0/+39
|
* Relay Joins/Topic changes in RocketChat bridge (#1085)ldruschk2020-04-181-1/+24
| | | This pull request properly sets the events EventJoinLeave and EventTopicChange for messages from the RocketChat bridge and drops messages which are neither one of those events nor plain messages.
* Do not send duplicate messages (rocketchat). Fixes #745 (#752)Wim2019-03-021-0/+5
| | | | | | | | | 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
* Refactor and update RocketChat bridgeWim2019-02-151-0/+69
* Add support for editing/deleting messages * Add support for uploading files * Add support for avatars * Use the Rocket.Chat.Go.SDK * Use the rest and streaming api