Update comment.
parent
e62f4dcb78
commit
2819f837c9
|
@ -597,9 +597,6 @@ class RegistrationHandler(BaseHandler):
|
||||||
api.constants.UserTypes, or None for a normal user.
|
api.constants.UserTypes, or None for a normal user.
|
||||||
address: the IP address used to perform the registration.
|
address: the IP address used to perform the registration.
|
||||||
shadow_banned: Whether to shadow-ban the user
|
shadow_banned: Whether to shadow-ban the user
|
||||||
|
|
||||||
Returns:
|
|
||||||
Awaitable
|
|
||||||
"""
|
"""
|
||||||
if self.hs.config.worker_app:
|
if self.hs.config.worker_app:
|
||||||
await self._register_client(
|
await self._register_client(
|
||||||
|
|
Loading…
Reference in New Issue