mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-31 20:34:54 -05:00
Python is hard
This commit is contained in:
parent
f293d124b6
commit
762a0982aa
@ -469,11 +469,12 @@ class AuthHandler(BaseHandler):
|
|||||||
def _get_params_terms(self):
|
def _get_params_terms(self):
|
||||||
return {
|
return {
|
||||||
"policies": {
|
"policies": {
|
||||||
"privacy_policy": {
|
"privacy_policy": {
|
||||||
"version": self.hs.config.user_consent_version,
|
"version": self.hs.config.user_consent_version,
|
||||||
"en": {
|
"en": {
|
||||||
"name": "Privacy Policy",
|
"name": "Privacy Policy",
|
||||||
"url": "%s/_matrix/consent" % (self.hs.config.public_baseurl,),
|
"url": "%s/_matrix/consent" % (self.hs.config.public_baseurl,),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user