Skip to content

Commit 6769396

Browse files
committed
Fix comments from review & trim trailing spaces
1 parent 94de0bd commit 6769396

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

proposals/1929-admin-contact.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ an admin will have a "backup" contact address if the server is down, like an ema
3939
Entries may have a `matrix_id` OR an `email_address`, but at least one MUST be specified.
4040

4141
`role` is an informal description of what the address(es) are used for. The only two specified in this
42-
proposal are `m.role.admin` and `m.role.security`.
42+
proposal are `m.role.admin` and `m.role.security`.
4343

4444
- `m.role.admin` is a catch-all user for any queries.
4545
- `m.role.security` is intended for sensitive requests
4646

47-
Implementors may use custom values for role for other purposes, but it's suggested
48-
that the value be namespaced to prevent collisions. A value for `role` MUST be specified.
47+
A value for `role` MUST be specified. Custom values are permitted using the
48+
[common namespaced identifier format](https://spec.matrix.org/v1.8/appendices/#common-namespaced-identifier-grammar).
4949

50-
`support_page` is an optional property to specify a affiliated page of the homserver to give users help
50+
`support_page` is an optional property to specify an affiliated page of the homeserver to give users help
5151
specific to the homeserver, like extra login/registration steps.
5252

53-
At least one valid key should be provided. This means `contacts` should have at least one entry, or the `support_page` should be defined. An empty object is not considered valid, however both `contacts `and `support_page` may be specified together.
53+
At least one valid key should be provided. This means `contacts` should have at least one entry, or the `support_page` should be defined. An empty object is not considered valid, however both `contacts `and `support_page` may be specified together.
5454

5555
## Alternative solutions
5656

@@ -61,7 +61,7 @@ Hardcode a given user localpart that should be used as an admin address.
6161
Specify the same content inside a homeserver endpoint, rather than use `.well-known`.
6262
- This requires the homeserver to be up or responsive, which might be not very useful if trying to report issues with
6363
connectivity.
64-
64+
6565
Use vCards.
6666
- vCards would add bloat, as the vast majority of a vcards contents is not useful for contacting an admin.
6767

0 commit comments

Comments
 (0)