diff --git a/changelogs/client_server/newsfragments/2574.clarification b/changelogs/client_server/newsfragments/2574.clarification new file mode 100644 index 00000000..d771d374 --- /dev/null +++ b/changelogs/client_server/newsfragments/2574.clarification @@ -0,0 +1 @@ +Remove claims that the homeserver is exclusively responsible for profile information in membership events. diff --git a/event-schemas/schema/m.room.member b/event-schemas/schema/m.room.member index bff2002e..1ccf5ab3 100644 --- a/event-schemas/schema/m.room.member +++ b/event-schemas/schema/m.room.member @@ -48,10 +48,10 @@ properties: content: properties: avatar_url: - description: 'The avatar URL for this user, if any. This is added by the homeserver.' + description: 'The avatar URL for this user, if any.' type: string displayname: - description: 'The display name for this user, if any. This is added by the homeserver.' + description: 'The display name for this user, if any.' type: - "string" - "null"