diff options
author | Aaron Raimist <aaron@raim.ist> | 2022-10-18 14:54:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 20:54:27 +0000 |
commit | 2a76a7369fc54477185f53f6e81897fa84e24de5 (patch) | |
tree | f9471f41c2f8005840565e36947b4f6af21ff58d /changelog.d | |
parent | Fix docstring in EventContext (#14145) (diff) | |
download | synapse-2a76a7369fc54477185f53f6e81897fa84e24de5.tar.xz |
Fix hiding devices names over federation (#10015)
And don't include blank opentracing stuff in device list updates. Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10015.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10015.bugfix b/changelog.d/10015.bugfix new file mode 100644 index 0000000000..cbebd97e58 --- /dev/null +++ b/changelog.d/10015.bugfix @@ -0,0 +1 @@ +Prevent device names from appearing in device list updates when `allow_device_name_lookup_over_federation` is `false`. \ No newline at end of file |