This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Device names are returned over federation by /keys/query
even if allow_device_name_lookup_over_federation
is false #13114
Closed
Description
Description
allow_device_name_lookup_over_federation: false
This will still show device names if someone invites you to a room and you have not joined yet.
Steps to reproduce
- invite someone to a 1:1 chat on a different homeserver with
allow_device_name_lookup_over_federation:
set to false - Before they join, click on their Bubble to bring up the side menu of their profile.
- expand N sessions
- Look at the name of their sessions.
- Have the user join the 1:1 chat.
- bring up their profile on the side menu again.
- expand N sessions
- The names are no longer visible, you now see the ID.
Homeserver
matrix.org + another home server
Synapse Version
{"server_version":"1.61.0","python_version":"3.9.13"}
Installation Method
Docker (matrixdotorg/synapse)
Platform
docker pull matrixdotorg/synapse
Relevant log output
n/a
Anything else that would be useful to know?
n/a