Merge pull request #1582 from turt2live/travis/general/fix-build-1

Fix server ACL schema: The type is a string
pull/1583/head
Travis Ralston 6 years ago committed by GitHub
commit a4da7c8b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save