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:
Travis Ralston 2018-08-28 10:56:19 -06:00 committed by GitHub
commit a4da7c8b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -78,6 +78,7 @@ workflows:
jobs:
- build-docs
- build-swagger
- check-docs
notify:
webhooks:

View file

@ -85,4 +85,4 @@ properties:
type: string
type:
enum: ['m.room.server_acl']
type: enum
type: string