mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 06:22:18 -04:00
Merge branch 'develop' into http_client_refactor
This commit is contained in:
commit
f1c7f8e813
35 changed files with 191 additions and 138 deletions
|
@ -69,7 +69,7 @@ class RegistrationHandler(BaseHandler):
|
|||
password_hash=password_hash
|
||||
)
|
||||
|
||||
self.distributor.fire("registered_user", user)
|
||||
yield self.distributor.fire("registered_user", user)
|
||||
else:
|
||||
# autogen a random user ID
|
||||
attempts = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue