matrix-appservice-discord
matrix-appservice-discord copied to clipboard
Discord reply support
The bridge will need to account for Discord users replying to other messages. (no source message/sender will currently be shown)
discord.js will first need to gain inline reply support of course - it doesn't look like they even have a tracking issue for it yet.
Looks like there's a PR though: discordjs/discord.js#4874
So it looks like it's possible currently (without updating the library) to determine whether a Discord message is a reply by looking at Message#reference. So we can translate Discord replies to Matrix replies.
It would be good to send Discord replies at some point though. But that's blocked on discord.js bikeshedding.
The discord.js PR finally got merged :tada:
Would it be worth merging the upstream changes into better-discord.js and making a prerelease for the bridge?
Any updates whether the bridge is going to support Discord replies?
- [ ] Discord->Matrix: #706 (Fixed in #704)
- [ ] Matrix->Discord: #693
While Matrix->Discord replies are a bit trickier, as webhooks do not support replies, one can use buttons instead. See Connections Bot's implementation:
