Skip to content

Commit

Permalink
Removed redundant sections after PUT and PATCH methods removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpipuk authored Jan 3, 2025
1 parent b373a55 commit 3349123
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions proposals/4133-extended-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,6 @@ demonstrates the process of defining new fields in the `m.*` namespace.
}
```

- **`M_TOO_MANY_KEYS`**: Exceeds key limits.

```json
{
"errcode": "M_TOO_MANY_KEYS",
"error": "The user has exceeded the maximum number of allowed keys in their profile."
}
```

### 403 Forbidden: User Lacks Permission

Unchanged from the [current spec](https://spec.matrix.org/v1.13/client-server-api/#server-behaviour).
Expand Down Expand Up @@ -358,26 +349,4 @@ Advertise the capability with an unstable prefix:
}
}
}
```

### Unstable Client Features

The client feature `uk.tcpip.msc4133` SHOULD be advertised on the `/_matrix/client/versions`
endpoint when the `PUT` and `PATCH` methods are accepted on the
`/_matrix/client/unstable/uk.tcpip.msc4133/profile/{userId}` endpoint.

Once this MSC is merged, the client feature `uk.tcpip.msc4133.stable` SHOULD be advertised when the
`PUT` and `PATCH` methods are accepted on the `/_matrix/client/v3/profile/{userId}` endpoint until
the next spec version where this endpoint is officially written into the spec, e.g.:

```json
{
"unstable_features": {
"uk.tcpip.msc4133": true,
"uk.tcpip.msc4133.stable": true
},
"versions": [
"v1.11"
]
}
```
```

0 comments on commit 3349123

Please sign in to comment.