summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2023-08-23 14:00:34 +0100
committerGitHub <noreply@github.com>2023-08-23 14:00:34 +0100
commitec662bbe413bd976af97f099ea4f11dafaf98b3e (patch)
treed76bf8ade92a8a250b7b6c23f069822cbc93606b /changelog.d
parentFix rare deadlock when using read/write locks (#16133) (diff)
downloadsynapse-ec662bbe413bd976af97f099ea4f11dafaf98b3e.tar.xz
Filter out unwanted user_agents from udv. (#16124)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16124.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16124.bugfix b/changelog.d/16124.bugfix
new file mode 100644
index 0000000000..fb1d501a2f
--- /dev/null
+++ b/changelog.d/16124.bugfix
@@ -0,0 +1 @@
+Filter out user agent references to the sliding sync proxy and rust-sdk from the user_daily_visits table to ensure that Element X can be represented fully.