From 0cd38d11cce05a1519cd71381981278f721d145f Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 5 Jul 2021 16:34:49 +0200 Subject: [PATCH] remove this as references are not defined here anymore --- proposals/2674-event-relationships.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/proposals/2674-event-relationships.md b/proposals/2674-event-relationships.md index 373101269..0b3185398 100644 --- a/proposals/2674-event-relationships.md +++ b/proposals/2674-event-relationships.md @@ -41,9 +41,6 @@ like [MSC 3051](https://github.com/matrix-org/matrix-doc/pull/3051), can propose a change to add support for multiple relations if it turns out that this would facilitate certain use cases. -Different subtypes of references could be defined through additional fields on -the `m.relates_to` object, to distinguish between replies, threads, etc. -This MSC doesn't attempt to define these subtypes. Relations do not yet replace the [reply mechanism currently defined in the spec](https://matrix.org/docs/spec/client_server/latest#rich-replies).