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

Make Element Web Thread aware #19389

Closed
2 tasks done
germain-gg opened this issue Oct 14, 2021 · 0 comments · Fixed by matrix-org/matrix-react-sdk#6950
Closed
2 tasks done

Make Element Web Thread aware #19389

germain-gg opened this issue Oct 14, 2021 · 0 comments · Fixed by matrix-org/matrix-react-sdk#6950
Assignees
Labels
A-Threads T-Task Tasks for the team like planning

Comments

@germain-gg
Copy link
Contributor

germain-gg commented Oct 14, 2021

Threads are now using a m.thread relation.

Before this is fully ready to ship without a labs flag, there are a couple of client considerations that we can take to ensure maximum backwards compatibility and continuity in conversations when threads will be available to the masses.

MSC3440 recommends two things for clients that do not fully support threads yet

  • To treat m.thread the same way that they treat m.in_reply_to
  • To change the event references from m.in_reply_to to m.thread when replying to an event that has an m.thread relation (to ensure that the message will be displayed correctly in the thread when viewed on thread's ready clients)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Threads T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants