mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 11:33:42 +01:00
Compare commits
3 commits
3fb1bfc6a9
...
da6da11ebd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da6da11ebd | ||
|
|
54944e2866 | ||
|
|
19fa1c9cbf |
|
|
@ -110,5 +110,5 @@ fetch(url)
|
|||
}
|
||||
|
||||
// For historical versions, simply link to the changelog
|
||||
appendVersion(ul, "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
|
||||
appendVersion(ul, "historical", "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
|
||||
});
|
||||
|
|
|
|||
1
changelogs/internal/newsfragments/2268.clarification
Normal file
1
changelogs/internal/newsfragments/2268.clarification
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add version picker in the navbar.
|
||||
|
|
@ -102,6 +102,13 @@ paths:
|
|||
example: "!au1ba7o:matrix.org"
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
example: {}
|
||||
required: true
|
||||
responses:
|
||||
"200":
|
||||
description: The room has been forgotten.
|
||||
|
|
|
|||
Loading…
Reference in a new issue