summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2021-07-08 14:27:12 +0100
committerGitHub <noreply@github.com>2021-07-08 14:27:12 +0100
commitaa7806486960f501d72917f1a90a36cdc8035a05 (patch)
tree1b1c33d3037560fbd5d37d5852543f1d33327e9e /changelog.d
parentRebuild event auth when rebuilding an event after a call to a `ThirdPartyEven... (diff)
downloadsynapse-aa7806486960f501d72917f1a90a36cdc8035a05.tar.xz
Minor changes to `user_daily_visits` (#10324)
* Use fake time in tests in _get_start_of_day.

* Change the inequality of last_seen in user_daily_visits

Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10324.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10324.misc b/changelog.d/10324.misc
new file mode 100644
index 0000000000..3c3ee6d6fc
--- /dev/null
+++ b/changelog.d/10324.misc
@@ -0,0 +1 @@
+Minor change to the code that populates `user_daily_visits`.