Skip to content
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

Thread replies sent to channel are missing #14

Open
slagiewka opened this issue Jan 27, 2023 · 3 comments
Open

Thread replies sent to channel are missing #14

slagiewka opened this issue Jan 27, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@slagiewka
Copy link

Whenever someone sends a reply to a thread (in native Slack) using the Also send to #channel option, the message doesn't show up in Matrix. Neither as a reply to a thread or a regular message to a channel.

I've looked into https://github.com/mautrix/slack/blob/main/ROADMAP.md and found no mention of this being not implemented.

@slagiewka slagiewka added the bug Something isn't working label Jan 27, 2023
@hooger
Copy link

hooger commented Feb 10, 2023

I tested with a channel to myself (called Slack bridge bot on matrix side) and I have seen the following log entries:

Feb 10 08:48:23 matrix matrix-mautrix-slack[3740744]: [Feb 10, 2023 08:48:23] [User/@gergely:horvath.club/WARN] unknown message {im_marked 0xc00002e900}
Feb 10 08:48:23 matrix matrix-mautrix-slack[3740744]: [Feb 10, 2023 08:48:23] [User/@gergely:horvath.club/WARN] unknown message {unmarshalling_error RTM Error: Received unmapped event "thread_marked"}
Feb 10 08:48:23 matrix matrix-mautrix-slack[3740744]: [Feb 10, 2023 08:48:23] [User/@gergely:horvath.club/WARN] unknown message {unmarshalling_error RTM Error: Received unmapped event "update_thread_state"}

@wapsi
Copy link

wapsi commented Apr 18, 2023

I tested with a channel to myself (called Slack bridge bot on matrix side) and I have seen the following log entries:

Feb 10 08:48:23 matrix matrix-mautrix-slack[3740744]: [Feb 10, 2023 08:48:23] [User/@gergely:horvath.club/WARN] unknown message {im_marked 0xc00002e900}
Feb 10 08:48:23 matrix matrix-mautrix-slack[3740744]: [Feb 10, 2023 08:48:23] [User/@gergely:horvath.club/WARN] unknown message {unmarshalling_error RTM Error: Received unmapped event "thread_marked"}
Feb 10 08:48:23 matrix matrix-mautrix-slack[3740744]: [Feb 10, 2023 08:48:23] [User/@gergely:horvath.club/WARN] unknown message {unmarshalling_error RTM Error: Received unmapped event "update_thread_state"}

I'm also facing this exact issue. The threads from Slack => Matrix are not working (almost) at all, and I'm getting those same errors in the logs.

@slagiewka
Copy link
Author

I'm currently running dock.mau.dev/mautrix/slack@sha256:fcf61851800a74da18aeb43b950839bb4b38e604e9dd2bdbe089b546afea5b48 (created at 2023-04-26T18:07:20.632324431+03:00) and I've seen thread replies shown inside threads.

They're not shown in main channel. I'm not sure how that should be handled and displayed, though. Great to see improvement anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants