42wim / matterbridge

bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Apache License 2.0
6.47k stars 609 forks source link

Discord bridge does not delete messages when using webhooks #2104

Open thestinger opened 8 months ago

thestinger commented 8 months ago

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.

thestinger commented 8 months ago

Renamed the issue since this isn't specific to Matrix -> Discord but rather happens with anything.

thestinger commented 1 month ago

This is fully fixed by https://github.com/42wim/matterbridge/pull/2109 which we've been using in production for a long time.