| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
bool("False") == True...
|
|
|
|
| |
we think it makes sense not to send the notices to guest users.
|
|
|
|
|
| |
Make it possible to put the URI in the error message and the server notice that
get sent by the server
|
|
|
|
|
|
| |
Returns an M_CONSENT_NOT_GIVEN error (cf
https://github.com/matrix-org/matrix-doc/issues/1252) if consent is not yet
given.
|
|
|
|
| |
turns out we need to reuse this, so it's better in the config class.
|
|
|
|
|
| |
When a user first syncs, we will send them a server notice asking them to
consent to the privacy policy if they have not already done so.
|
|
|
|
| |
we're going to use it for the version we require too.
|
|
Hopefully there are enough comments and docs in this that it makes sense on its
own.
|