mirror of
https://github.com/42wim/matterbridge
synced 2024-11-11 01:10:38 +00:00
cbb46293ab
When using the webhook, the previous method to edit a message was to delete the old one via the classical API, and to create a new message via the webhook. While this works, this means that editing "old" messages lead to a mess where the chronological order is no longer respected. This uses an hidden API explained in https://support.discord.com/hc/en-us/community/posts/360034557771 to achieve a proper edition using the webhook API. The obvious downside of this approach is that since it is an undocumented API for now, so there is no stability guarantee :/ |
||
---|---|---|
.. | ||
discord.go | ||
handlers_test.go | ||
handlers.go | ||
helpers_test.go | ||
helpers.go |