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:
|
||||
- build-docs
|
||||
- build-swagger
|
||||
- check-docs
|
||||
|
||||
notify:
|
||||
webhooks:
|
||||
|
|
|
@ -85,4 +85,4 @@ properties:
|
|||
type: string
|
||||
type:
|
||||
enum: ['m.room.server_acl']
|
||||
type: enum
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue