diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-26 13:16:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 13:16:32 +0000 |
commit | 437a99fb99f42e64a0488ffe0a394cbc60921254 (patch) | |
tree | 00b737506bf394dab1e5a49f6cb690186752229e /changelog.d | |
parent | Fixup changelog even more (diff) | |
download | synapse-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.bugfix | 1 |
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. |