Skip to content

Commit

Permalink
Fix contact formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Ralston <[email protected]>
  • Loading branch information
Half-Shot and turt2live authored Nov 15, 2023
1 parent 5b9e832 commit 79c6aa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions proposals/1929-admin-contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ The response format should be:

```json5
{
{
"contacts": [{
"contacts": [
{
"matrix_id": "@admin:domain.tld",
"email_address": "[email protected]",
"role": "admin" // If omitted, the default will be "admin"
},
{
"email_address": "[email protected]",
"role": "security"
}],
"support_page": "https://domain.tld/support.html"
}
}
],
"support_page": "https://domain.tld/support.html"
}
```

Expand Down

0 comments on commit 79c6aa7

Please sign in to comment.