Skip to content

Commit

Permalink
s/email/email_address/
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 19, 2023
1 parent 7dd8b4c commit 7d7b372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proposals/1929-admin-contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ The response format should be:
{
admins: [{
matrix_id: "@admin:domain.tld",
email: "[email protected]",
email_address: "[email protected]",
role: "admin" # If omitted, the default will be "admin"
},
{
email: "[email protected]",
email_address: "[email protected]",
role: "security"
}],
support_page: "https://domain.tld/support.html"
}
```

The `matrix_id` and `email` do NOT need to have the same domain as the homeserver. It is expected that
The `matrix_id` and `email_address` do NOT need to have the same domain as the homeserver. It is expected that
an admin will have a "backup" contact address if the server is down, like an email or alternative mxid on a different homeserver.

Entries may have a `matrix_id` OR an `email`, but at least one MUST be specified.
Entries may have a `matrix_id` OR an `email_address`, but at least one MUST be specified.

`role` is an informal description of what the address(es) are used for. The only two specified in this
proposal are "admin" and "security." Admins are a catchall user for any queries, where security is intended
Expand Down

0 comments on commit 7d7b372

Please sign in to comment.