mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 22:24:56 -04:00
Don't start looping call unless enabled
This commit is contained in:
parent
80e14a8546
commit
fffe17b77d
1 changed files with 2 additions and 1 deletions
|
@ -268,6 +268,7 @@ class EventsStore(
|
||||||
"_censor_redactions", self._censor_redactions
|
"_censor_redactions", self._censor_redactions
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if self.hs.config.redaction_retention_period is not None:
|
||||||
hs.get_clock().looping_call(_censor_redactions, 10 * 60 * 1000)
|
hs.get_clock().looping_call(_censor_redactions, 10 * 60 * 1000)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue