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 /synapse/storage/databases | |
| 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 'synapse/storage/databases')
| -rw-r--r-- | synapse/storage/databases/main/metrics.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/synapse/storage/databases/main/metrics.py b/synapse/storage/databases/main/metrics.py |
