Deprecate m.set_displayname and m.set_avatar_url capabilities

This commit is contained in:
Tom Foster 2025-02-14 12:47:14 +00:00
parent 9327793007
commit 5d5b561140

View file

@ -73,11 +73,13 @@ paths:
- default - default
- available - available
m.set_displayname: m.set_displayname:
deprecated: true
$ref: '#/components/schemas/booleanCapability' $ref: '#/components/schemas/booleanCapability'
description: Capability to indicate if the user can change their display name. description: (Deprecated) Capability to indicate if the user can change their display name.
m.set_avatar_url: m.set_avatar_url:
deprecated: true
$ref: '#/components/schemas/booleanCapability' $ref: '#/components/schemas/booleanCapability'
description: Capability to indicate if the user can change their avatar. description: (Deprecated) Capability to indicate if the user can change their avatar.
m.3pid_changes: m.3pid_changes:
$ref: '#/components/schemas/booleanCapability' $ref: '#/components/schemas/booleanCapability'
description: Capability to indicate if the user can change 3PID associations description: Capability to indicate if the user can change 3PID associations