-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Changing server_notices_mxid_avatar_url does not change notices user avatar image #7478
Comments
Hm, I'm unable to reproduce this locally on the Using config: server_notices:
system_mxid_localpart: 'notices'
system_mxid_display_name: 'Server Notices'
system_mxid_avatar_url: 'mxc://half-shot.uk/6fc3fb176d5246f1e7cf7d89ad4248b8'
room_name: 'Server Notices' And sending command: curl -X POST -H 'Authorization: Bearer xxx' -i http://localhost:8008/_synapse/admin/v1/send_server_notice --data '{
"user_id": "@bob:localhost",
"content": {
"msgtype": "m.text",
"body": "Sup yo"
}
}' Things seem to work as they should: One thing I did notice is that editing synapse/synapse/server_notices/server_notices_manager.py Lines 125 to 139 in 28c98e5
Is that what you're referring to? |
Well, I was unable to check with a fresh room, but someone else did and claimed it also didn't get the avatar correctly. But shouldn't the avatar also be fixed for existing rooms? |
Yes, I think so, but that's a different issue to this one if I understand it correctly. |
is there an existing issue? |
Not from what I can see. I believe there's two separate issues here:
2 may be causing 1, but 2 should be a separate issue. I've gone ahead and created one for 2 here: #7494 |
Going by the new title, I think #7494 may cover your issue? Please re-open if not. |
Description
The server notices user (and room) avatar doesn't work. Instead riot shows an S.
Steps to reproduce
Version information
The text was updated successfully, but these errors were encountered: