mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 15:39:32 -05:00
fix typo
This commit is contained in:
parent
c79c4c0a7d
commit
63417c31e9
@ -34,7 +34,7 @@ class ResourceLimitsServerNotices(object):
|
|||||||
self._store = hs.get_datastore()
|
self._store = hs.get_datastore()
|
||||||
self.auth = hs.get_auth()
|
self.auth = hs.get_auth()
|
||||||
self._server_notice_content = hs.config.user_consent_server_notice_content
|
self._server_notice_content = hs.config.user_consent_server_notice_content
|
||||||
self._limit_usage_by_mau = hs.config.limit_usage_by_mau = False
|
self._limit_usage_by_mau = hs.config.limit_usage_by_mau
|
||||||
self._hs_disabled = hs.config.hs_disabled
|
self._hs_disabled = hs.config.hs_disabled
|
||||||
|
|
||||||
self._notified_of_blocking = set()
|
self._notified_of_blocking = set()
|
||||||
|
Loading…
Reference in New Issue
Block a user