mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 06:04:11 -04:00
Use direct references for configuration variables (part 6). (#10916)
This commit is contained in:
parent
8cef1ab2ac
commit
94b620a5ed
54 changed files with 141 additions and 132 deletions
|
@ -854,7 +854,7 @@ class RegistrationHandler(BaseHandler):
|
|||
# Necessary due to auth checks prior to the threepid being
|
||||
# written to the db
|
||||
if is_threepid_reserved(
|
||||
self.hs.config.mau_limits_reserved_threepids, threepid
|
||||
self.hs.config.server.mau_limits_reserved_threepids, threepid
|
||||
):
|
||||
await self.store.upsert_monthly_active_user(user_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue