We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up on matrix-org/matrix-spec-proposals#3440
We want to move away from using m.in_reply_to to build threads, and instead use a new relation type m.thread.
m.in_reply_to
m.thread
io.element.thread
io.element.in_thread
m.in_thread
The text was updated successfully, but these errors were encountered:
germain-gg
Successfully merging a pull request may close this issue.
Following up on matrix-org/matrix-spec-proposals#3440
We want to move away from using
m.in_reply_to
to build threads, and instead use a new relation typem.thread
.io.element.thread
should be used in place ofm.thread
as relation type before the MSC has shippedm.thread
can be combined withm.in_reply_to
to allow quote relies in threadsio.element.in_thread
andm.in_thread
The text was updated successfully, but these errors were encountered: