diff --git a/changelogs/client_server/newsfragments/2071.clarification b/changelogs/client_server/newsfragments/2071.clarification deleted file mode 100644 index 3097a512..00000000 --- a/changelogs/client_server/newsfragments/2071.clarification +++ /dev/null @@ -1 +0,0 @@ -Clarification: Update profile endpoints to become generic to support MSC4133 extended fields. Stabilised keys (e.g. "displayname" and "avatar_url") are explicitly enumerated, and custom keys must conform to the Common Namespaced Identifier Grammar. diff --git a/changelogs/client_server/newsfragments/2071.feature b/changelogs/client_server/newsfragments/2071.feature new file mode 100644 index 00000000..85fe9db4 --- /dev/null +++ b/changelogs/client_server/newsfragments/2071.feature @@ -0,0 +1 @@ +Feature: Update profile endpoints to become generic to support MSC4133 extended fields. Stabilised keys (e.g. "displayname" and "avatar_url") are explicitly enumerated, and custom keys must conform to the Common Namespaced Identifier Grammar.