Remove incorrect m.server example from readme

There's nothing in the spec which requires this on the client .well-known, and it's improperly formatted for federation.
This commit is contained in:
Travis Ralston 2023-08-17 14:33:15 -06:00 committed by GitHub
parent 97b21d4d9e
commit a32728f62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,9 +73,6 @@ It is easiest to host the proxy on a separate hostname than the Matrix server, t
In both cases, the path `https://example.com/.well-known/matrix/client` must return a JSON with at least the following contents:
```json
{
"m.server": {
"base_url": "https://example.com"
},
"m.homeserver": {
"base_url": "https://example.com"
},