This commit is contained in:
Neil Johnson 2018-08-13 22:36:52 +01:00
parent c79c4c0a7d
commit 63417c31e9

View File

@ -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()