Home
last modified time | relevance | path

Searched refs:ConsentResource (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/rest/client/
H A Dtest_consent.py61 resource = consent_resource.ConsentResource(self.hs)
76 resource = consent_resource.ConsentResource(self.hs)
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/app/
H A Dhomeserver.py218 from synapse.rest.consent.consent_resource import ConsentResource
220 consent_resource: Resource = ConsentResource(self)
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/rest/consent/
H A Dconsent_resource.py42 class ConsentResource(DirectServeHtmlResource): class
/dports/net-im/py-matrix-synapse/synapse-1.50.2/
H A DCHANGES.md7260 - ConsentResource to gather policy consent from users (PR #3213)