mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 12:14:55 -04:00
Revert "Add "require_consent" parameter for registration"
This reverts commit 3320aaab3a
.
This commit is contained in:
parent
27a686e53b
commit
1c5b8c6222
3 changed files with 3 additions and 18 deletions
|
@ -72,7 +72,6 @@ class ReplicationRegisterServlet(ReplicationEndpoint):
|
|||
"admin": admin,
|
||||
"user_type": user_type,
|
||||
"address": address,
|
||||
"require_consent": require_consent,
|
||||
}
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
@ -89,7 +88,6 @@ class ReplicationRegisterServlet(ReplicationEndpoint):
|
|||
admin=content["admin"],
|
||||
user_type=content["user_type"],
|
||||
address=content["address"],
|
||||
require_consent=content["require_consent"],
|
||||
)
|
||||
|
||||
return (200, {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue