Move `prev_content` to unsigned (#3524)
parent
1e12b45f97
commit
7f200c53e8
@ -0,0 +1 @@
|
||||
The `prev_content` field is now returned inside the `unsigned` property of events, rather than at the top level, as per [MSC3442](https://github.com/matrix-org/matrix-doc/pull/3442).
|
@ -0,0 +1,14 @@
|
||||
{{/*
|
||||
Renders the "Changed in [version]:" blocks for x-changedInMatrixVersion
|
||||
annotations for openapi parameters
|
||||
|
||||
Takes a single 'changes_dict' parameter, which should be a map of
|
||||
version -> details pairs.
|
||||
*/ -}}
|
||||
{{ range $ver, $details := .changes_dict -}}
|
||||
<br><br>
|
||||
<strong>
|
||||
Changed in <code>v{{ $ver }}</code>:
|
||||
</strong>
|
||||
{{ $details | markdownify }}
|
||||
{{ end }}
|
Loading…
Reference in New Issue