Skip to content

MSC3975: rel_type for Replies #3975

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

Closed
wants to merge 13 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MSC3975: Add more detail to potential issues
  • Loading branch information
imbev authored Mar 26, 2023
commit 820c8e1e580d3d7167f6aa2f3725a7521fd005ee
2 changes: 1 addition & 1 deletion proposals/3975-rel_type-for-replies.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ a new `event_id` field added for consistency with other relationship types.
## Potential issues

There is a possible conflict with threads, as a messages in threads use `m.thread`
as the `rel_type`. As a solution, clients could prefer other `rel_types`, and fallback with the current `m.in_reply_to`.
as the `rel_type`. As a solution, clients could prefer other `rel_types`, and fallback with the current `m.in_reply_to`. This problem would cease to exist upon approval of [MSC3051](https://github.com/matrix-org/matrix-doc/pull/3051).


## Alternatives
Expand Down