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.59k stars 613 forks source link

Discord Threads not syncing to Mattermost #2083

Open simarilius opened 11 months ago

simarilius commented 11 months ago

Is your feature request related to a problem? Please describe.

If in Discord a reply is done via "Create Thread" (which is the normal reply usage for us) it is not synced to Mattermost. A reply from the the Discord More Menu is synced to Mattermost to a Mattermost Thread

Describe the solution you'd like -Discord and Mattermost Threads sync together (Discord Reply's just as Channel Messages)

Describe alternatives you've considered At least i need Discord Threads to sync to the Mattermost channel to get a notification of a new messages As it seems that the Bride can't map Discord Threads:

[0834] DEBUG gateway: [handleMessage:gateway/handlers.go:213] empty channel

-> if i could map these "empty Channel" Messages to a specific Mattermost Channel this would help a little bit and i could then look at the Discord Channel ;)

Unfortunately, the current implementation is unusable when using Discord Threads

Divide-By-0 commented 4 months ago

+1. There is a reference implementation here that handles threads, for Slack in this case.