diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-10-28 18:06:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 18:06:02 +0100 |
commit | 7911e2835df7b4bf1dec98b09da89beda65e2ab2 (patch) | |
tree | b3c309656ec650ac9cfdcfd4cfc309582b80c8d2 /changelog.d | |
parent | Improve `RawHeaders` type hints (#14303) (diff) | |
download | synapse-7911e2835df7b4bf1dec98b09da89beda65e2ab2.tar.xz |
Prevent federation user keys query from returning device names if disallowed (#14304)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14304.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14304.bugfix b/changelog.d/14304.bugfix new file mode 100644 index 0000000000..b8d4d91034 --- /dev/null +++ b/changelog.d/14304.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in 1.34.0 where device names would be returned via a federation user key query request when `allow_device_name_lookup_over_federation` was set to `false`. \ No newline at end of file |