Add guest changes to spec: MSC3069 and MSC3419 (#3605)
* Add MSC3069 support https://github.com/matrix-org/matrix-doc/pull/3069 * Add MSC3419 support https://github.com/matrix-org/matrix-doc/pull/3419 * Normalize and fix guest access endpoints list * Changelogs
This commit is contained in:
parent
00169abcdb
commit
26e0765159
5 changed files with 45 additions and 20 deletions
8
layouts/shortcodes/changed-in.html
Normal file
8
layouts/shortcodes/changed-in.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ $ver := .Params.v }}
|
||||
{{ $this := .Params.this }}
|
||||
|
||||
{{ if $this }}
|
||||
<span>**[Changed in this version]**</span>
|
||||
{{ else }}
|
||||
<span>**[Changed in `v{{ $ver }}`]**</span>
|
||||
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|
Loading…
Add table
Add a link
Reference in a new issue