fix typo
This commit is contained in:
parent
c79c4c0a7d
commit
63417c31e9
|
@ -34,7 +34,7 @@ class ResourceLimitsServerNotices(object):
|
|||
self._store = hs.get_datastore()
|
||||
self.auth = hs.get_auth()
|
||||
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._notified_of_blocking = set()
|
||||
|
|
Loading…
Reference in New Issue