Fixes and clarifications around m.reaction (#1531)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
6496d374d2
commit
f564c07e60
5 changed files with 13 additions and 10 deletions
|
@ -71,6 +71,12 @@ change their reaction, the original reaction should be redacted and a new one
|
|||
sent in its place.
|
||||
{{% /boxes/note %}}
|
||||
|
||||
{{% boxes/note %}}
|
||||
The `key` field in `m.reaction` can be any string so clients must take care to
|
||||
render long reactions in a sensible manner. For example, clients can elide
|
||||
overly-long reactions.
|
||||
{{% /boxes/note %}}
|
||||
|
||||
#### Server behaviour
|
||||
|
||||
##### Avoiding duplicate annotations
|
||||
|
|
|
@ -700,7 +700,7 @@ Definition:
|
|||
|
||||
{{% added-in v="1.7" %}}
|
||||
|
||||
Matches any event whose type is `m.room.reaction`. This suppresses notifications for [`m.reaction`](#mreaction) events.
|
||||
Matches any event whose type is `m.reaction`. This suppresses notifications for [`m.reaction`](#mreaction) events.
|
||||
|
||||
Definition:
|
||||
|
||||
|
|
|
@ -153,12 +153,6 @@ relationships and solid lines showing topological ordering.
|
|||
|
||||

|
||||
|
||||
{{% boxes/note %}}
|
||||
`m.reaction` relationships are not currently specified, but are shown here for
|
||||
their conceptual place in a threaded DAG. They are currently proposed as
|
||||
[MSC2677](https://github.com/matrix-org/matrix-spec-proposals/pull/2677).
|
||||
{{% /boxes/note %}}
|
||||
|
||||
This DAG can be represented as 3 threaded timelines, with `A` and `B` being thread
|
||||
roots:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue