5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 15:40:27 +00:00
matterbridge/bridge/discord
Qais Patankar 1a4717b366
Reject cross-channel message references (discord) (#1345)
Discord message references have been designed in a way for this to
support cross-channel or even cross-guild references in the future.

This will ensure the ParentID is *not* set when the message refers to a
message that was sent in a different channel.
2020-12-31 16:21:37 +00:00
..
transmitter Remove WebhookURL support (discord) 2020-12-13 23:19:48 +01:00
discord.go Add a prefix handler for unthreaded messages (discord) (#1346) 2020-12-31 16:15:42 +00:00
handlers_test.go Fix #1049: missing space before embeds (discord) (#1124) 2020-05-07 00:19:48 +02:00
handlers.go Reject cross-channel message references (discord) (#1345) 2020-12-31 16:21:37 +00:00
helpers_test.go Split Discord bridge in multiple files (#632) 2018-12-07 23:36:01 +01:00
helpers.go Add initial transmitter implementation (discord) 2020-12-13 23:19:48 +01:00
webhook.go Fix 'webook' typo in discord/webhook.go (#1344) 2020-12-31 16:51:49 +01:00