5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 15:40:27 +00:00
matterbridge/bridge/discord
Wim eaf92fca4d
Add an ID cache (discord). Fixes #1106 (#1111)
When a webhook "edits" a message, it does this by deleting the message
and creating a new one with the new content.

On creation of this new message, we'll get another ID then already is
know by the gateway in its id cache. So we add it in our own cache and
replace it whenever we want to edit/delete it again.
2020-04-21 23:35:46 +02:00
..
discord.go Add an ID cache (discord). Fixes #1106 (#1111) 2020-04-21 23:35:46 +02:00
handlers_test.go Fix duplicate separator on empty description/url (discord). Fixes #1008 (#1035) 2020-03-21 21:27:17 +01:00
handlers.go Don't transmit typing events from ourselves (slack/discord) (#1056) 2020-03-22 18:39:11 +01:00
helpers_test.go Split Discord bridge in multiple files (#632) 2018-12-07 23:36:01 +01:00
helpers.go Add an ID cache (discord). Fixes #1106 (#1111) 2020-04-21 23:35:46 +02:00