matterbridge
matterbridge copied to clipboard
Discord bridge does not delete messages when using webhooks
When we delete messages on Matrix or other platforms, they don't get deleted on Discord when webhooks are enabled. This works fine with webhooks disabled. The permission gives it the ability to delete webhooks so either this functionality is missing or it's broken.
Renamed the issue since this isn't specific to Matrix -> Discord but rather happens with anything.
This is fully fixed by https://github.com/42wim/matterbridge/pull/2109 which we've been using in production for a long time.