summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-02-13 13:23:03 +0000
committerGitHub <noreply@github.com>2024-02-13 13:23:03 +0000
commit01910b981f332a4ccf093bcae9f8e4b7dd3cbc13 (patch)
tree2e1bb4149a26d5406c10992d67b9bb228e70662c /changelog.d
parentBump pygithub from 2.1.1 to 2.2.0 (#16902) (diff)
downloadsynapse-01910b981f332a4ccf093bcae9f8e4b7dd3cbc13.tar.xz
Add a config to not send out device list updates for specific users (#16909)
List of users not to send out device list updates for when they register
new devices. This is useful to handle bot accounts.

This is undocumented as its mostly a hack to test on matrix.org.

Note: This will still send out device list updates if the device is
later updated, e.g. end to end keys are added.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16909.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16909.misc b/changelog.d/16909.misc
new file mode 100644
index 0000000000..f958936584
--- /dev/null
+++ b/changelog.d/16909.misc
@@ -0,0 +1 @@
+Add experimental config option to not send device list updates for specific users.