summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2021-05-11 08:03:23 -0500
committerGitHub <noreply@github.com>2021-05-11 14:03:23 +0100
commitdc6366a9bd370a0f772f376a2053c0ce48cb6607 (patch)
tree79b857378e42988bfed8ef2d65b883473f73e820 /changelog.d
parentAdd debug logging for issue #9533 (#9959) (diff)
downloadsynapse-dc6366a9bd370a0f772f376a2053c0ce48cb6607.tar.xz
Add config option to hide device names over federation (#9945)
Now that cross signing exists there is much less of a need for other people to look at devices and verify them individually. This PR adds a config option to allow you to prevent device display names from being shared with other servers.

Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9945.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9945.feature b/changelog.d/9945.feature
new file mode 100644
index 0000000000..84308e8cce
--- /dev/null
+++ b/changelog.d/9945.feature
@@ -0,0 +1 @@
+Add a config option to allow you to prevent device display names from being shared over federation. Contributed by @aaronraimist.