event_replacements: fix rationale box (#1525)

This was missing its %s
This commit is contained in:
Richard van der Hoff 2023-05-16 21:35:44 +01:00 committed by GitHub
parent c1ac9a9ad7
commit 9766b142f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Changes to the server-side aggregation of `m.replace` (edit) events, as per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925).

View file

@ -249,14 +249,14 @@ events](#redactions-of-edited-events) below.
**Note:** the `content` of the original event is left intact. In particular servers **Note:** the `content` of the original event is left intact. In particular servers
should **not** replace the content with that of the replacement event. should **not** replace the content with that of the replacement event.
{{ boxes/rationale }} {{% boxes/rationale %}}
In previous versions of the specification, servers were expected to replace the In previous versions of the specification, servers were expected to replace the
content of an edited event whenever it was served to clients (with the content of an edited event whenever it was served to clients (with the
exception of the exception of the
[`GET /_matrix/client/v3/rooms/{roomId}/event/{eventId}`](#get_matrixclientv3roomsroomideventeventid) [`GET /_matrix/client/v3/rooms/{roomId}/event/{eventId}`](#get_matrixclientv3roomsroomideventeventid)
endpoint). However, that behaviour made reliable client-side implementation endpoint). However, that behaviour made reliable client-side implementation
difficult, and servers should no longer make this replacement. difficult, and servers should no longer make this replacement.
{{ /boxes/rationale }} {{% /boxes/rationale %}}
#### Client behaviour #### Client behaviour