mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-16 02:53:42 +01:00
Merge pull request #2592 from matrix-org/kitsune/fix-room-versions
capabilities.yaml: drop an extraneous title
This commit is contained in:
commit
49ccfa09a8
|
|
@ -96,7 +96,6 @@ paths:
|
||||||
example: "1"
|
example: "1"
|
||||||
available:
|
available:
|
||||||
type: object
|
type: object
|
||||||
title: AvailableRoomVersions
|
|
||||||
description: |-
|
description: |-
|
||||||
A detailed description of the room versions the server supports.
|
A detailed description of the room versions the server supports.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Fix definitions for room version capabilities.
|
||||||
Loading…
Reference in a new issue