Merge pull request #4963 from vector-im/feature/bma/template

Add case for local or non public homeserver.
This commit is contained in:
Benoit Marty 2022-01-25 11:08:29 +01:00 committed by GitHub
commit d61a083039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,9 @@ body:
id: homeserver id: homeserver
attributes: attributes:
label: Homeserver label: Homeserver
description: Which server is your account registered on? description: |
placeholder: e.g. matrix.org Which server is your account registered on? If it is a local or non-public homeserver, please tell us what is the homeserver implementation (ex: Synapse/Dendrite/etc.) and the version.
placeholder: e.g. matrix.org or Synapse 1.50.0rc1
validations: validations:
required: false required: false
- type: dropdown - type: dropdown