This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Update avatar also updates per room display name #16059
Labels
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Description
Setting a new avatar via /_matrix/client/v3/profile/{userId}/avatar_url also changes the per room display name in all rooms to the display name set in the user's profile.
Steps to reproduce
/myroomnick nickname
for example with element or element webexpected behavior:
The avatar and only the avatar is updated in all rooms
what actually happens:
Room specific display names are also updated to the display name configured in your user profile
Homeserver
https://matrix.ccc-ffm.de
Synapse Version
1.88.0
Installation Method
Debian packages from packages.matrix.org
Database
PostgreSQL
Workers
Single process
Platform
Debian 11, virtual machine
Configuration
nope
Relevant log output
Anything else that would be useful to know?
The client only sends a request to update the avatar but the server also updates the display name.
The only request send is the following put request:
/_matrix/client/v3/profile/{userId}/avatar_url
as specified in https://spec.matrix.org/v1.7/client-server-api/#put_matrixclientv3profileuseridavatar_urlThe text was updated successfully, but these errors were encountered: