mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 09:33:53 +01:00
remove empty line
This commit is contained in:
parent
a2204cc9cc
commit
be11a02c4f
1 changed files with 0 additions and 1 deletions
|
@ -405,7 +405,6 @@ class DataStore(RoomMemberStore, RoomStore,
|
||||||
# rather just clamping to the beginning of the day is to limit
|
# rather just clamping to the beginning of the day is to limit
|
||||||
# the size of the join - meaning that the query can be run more
|
# the size of the join - meaning that the query can be run more
|
||||||
# frequently
|
# frequently
|
||||||
|
|
||||||
self._last_user_visit_update = now
|
self._last_user_visit_update = now
|
||||||
|
|
||||||
return self.runInteraction("generate_user_daily_visits",
|
return self.runInteraction("generate_user_daily_visits",
|
||||||
|
|
Loading…
Reference in a new issue