From da34a368aab4f99efc04563d7e015fa34114a96b Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Thu, 23 Jan 2025 20:53:01 +0000 Subject: [PATCH] Remove redundant unstable capability --- proposals/4208-user-defined-profile-fields.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/proposals/4208-user-defined-profile-fields.md b/proposals/4208-user-defined-profile-fields.md index 97240239d..2e554992a 100644 --- a/proposals/4208-user-defined-profile-fields.md +++ b/proposals/4208-user-defined-profile-fields.md @@ -135,21 +135,6 @@ Until this proposal is stabilised, custom fields should use an unstable prefix i - **Namespace `uk.tcpip.msc4208.u.*`**: For example, `uk.tcpip.msc4208.u.bio`. -### Unstable Capability - -The capability should be advertised with an unstable prefix: - -```json -{ - "capabilities": { - "uk.tcpip.msc4208.custom_profile_fields": { - "enabled": true, - "allowed": ["uk.tcpip.msc4208.u.*"] - } - } -} -``` - ## Dependencies This proposal depends on [MSC4133](https://github.com/matrix-org/matrix-spec-proposals/pull/4133),