summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-26 13:16:32 +0000
committerGitHub <noreply@github.com>2020-10-26 13:16:32 +0000
commit437a99fb99f42e64a0488ffe0a394cbc60921254 (patch)
tree00b737506bf394dab1e5a49f6cb690186752229e /changelog.d
parentFixup changelog even more (diff)
downloadsynapse-437a99fb99f42e64a0488ffe0a394cbc60921254.tar.xz
Fix user_daily_visits to not have duplicate rows for UA. (#8654)
* Fix user_daily_visits to not have duplicate rows for UA.

Fixes #8641.

* Newsfile

* Fix typo.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8654.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8654.bugfix b/changelog.d/8654.bugfix
new file mode 100644
index 0000000000..91d3265b7f
--- /dev/null
+++ b/changelog.d/8654.bugfix
@@ -0,0 +1 @@
+Fix `user_daily_visits` to not have duplicate rows for UA. Broke in v1.22.0rc1.