diff options
author | Neil Johnson <neil@matrix.org> | 2023-08-23 14:00:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 14:00:34 +0100 |
commit | ec662bbe413bd976af97f099ea4f11dafaf98b3e (patch) | |
tree | d76bf8ade92a8a250b7b6c23f069822cbc93606b /changelog.d | |
parent | Fix rare deadlock when using read/write locks (#16133) (diff) | |
download | synapse-ec662bbe413bd976af97f099ea4f11dafaf98b3e.tar.xz |
Filter out unwanted user_agents from udv. (#16124)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16124.bugfix | 1 |
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. |