Merge pull request #1582 from turt2live/travis/general/fix-build-1
Fix server ACL schema: The type is a string
This commit is contained in:
commit
a4da7c8b69
2 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- build-docs
|
- build-docs
|
||||||
- build-swagger
|
- build-swagger
|
||||||
|
- check-docs
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|
|
@ -85,4 +85,4 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
enum: ['m.room.server_acl']
|
enum: ['m.room.server_acl']
|
||||||
type: enum
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue