-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking Slack threads to Discord threads #1558
Comments
You need to add |
@42wim This seems to be working ok for myself ( Not sure if this is expected behaviour or not, but thought I'd call it out. |
Only webhooks can impersonate and we need webhooks and webhooks do not support replies. discord/discord-api-docs#2410 (comment)
and discord/discord-api-docs#2251 So that's not something matterbridge can fix unfortunately. |
@42wim for my group, working Threads is a more important feature than correct usernames on the bot user. Could we get this feature, but only when webhooks are disabled in discord? |
@LookitheFirst afaik it's just not possible, you can do a workaround by setting |
Hello earlier it was mentioned that threads are ephemeral (and therefore I assume what was meant is that the bridge won't be able to interact with them) however here is documentation from Discord on API v9 https://discord.com/developers/docs/topics/threads that indicates how Bots can interact with threads including receiving message and create events. At the very least we should be able to not lose messages that are occurring within threads. I would like to re-visit the original intent of this feature request, to Discord Threads mimic Slack threads. I'm thinking some functionality that would be similar to this. With both above set to true the following behavior should occur. When a user replies to a message from the bridge in Discord, it responds in slack pre-pending the previous slack messages URL, slack will auto-expand this link and make it visually similar to the way Discord replies behave. If a user creates a thread in Slack or Discord it should create a thread on the other end, Discord should use the first 25 characters of the message as the title of the thread At a minimum it would be great if we could treat Thread messages in Discord the same way Reply messages are when PreserveThreading is enabled, because right now we're losing those messages entirely. One day I'll get around to learning Go and would be happy to contribute to this project that has helped a lot in my community :) |
Is your feature request related to a problem? Please describe.
Currently, when Slack users reply to a thread, in Discord you just get their message preceded by [thread] (and vice versa with Discord replies), instead of having a Discord thread linked to the Slack thread.
Describe the solution you'd like
When someone sends a message in a Slack thread, or creates a Slack thread, a Discord thread should be created to parallel the Slack one and the messages should be synced. Same with a Discord thread being created or a message being sent in a Discord thread.
Additional context
It's really awesome that Discord finally has a thread feature that can parallel Slack's, and I think this would be such an awesome use for it. Thanks for all the awesome work you guys do.
The text was updated successfully, but these errors were encountered: