mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:24:48 -04:00
Neilj/fix autojoin (#4223)
* Fix auto join failures for servers that require user consent * Fix auto join failures for servers that require user consent
This commit is contained in:
parent
8ca53fb53e
commit
7039ece8fb
5 changed files with 36 additions and 3 deletions
|
@ -457,6 +457,7 @@ class RegisterRestServlet(RestServlet):
|
|||
yield self.store.user_set_consent_version(
|
||||
registered_user_id, self.hs.config.user_consent_version,
|
||||
)
|
||||
yield self.registration_handler.post_consent_actions(registered_user_id)
|
||||
|
||||
defer.returnValue((200, return_dict))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue