mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
minor post-review tweaks
This commit is contained in:
parent
cd8ab9a0d8
commit
2df8c3139a
@ -81,9 +81,9 @@ should be a matter of `pip install Jinja2`. On debian, try `apt-get install
|
|||||||
python-jinja2`.
|
python-jinja2`.
|
||||||
|
|
||||||
Once this is complete, and the server has been restarted, try visiting
|
Once this is complete, and the server has been restarted, try visiting
|
||||||
`https://<server>/_matrix/consent`. If configuration has been done correctly,
|
`https://<server>/_matrix/consent`. If correctly configured, this should give
|
||||||
this should give an error "Missing string query parameter 'u'". It is now
|
an error "Missing string query parameter 'u'". It is now possible to manually
|
||||||
possible to manually construct URIs where users can give their consent.
|
construct URIs where users can give their consent.
|
||||||
|
|
||||||
### Constructing the consent URI
|
### Constructing the consent URI
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Server Notices
|
|||||||
'Server Notices' are a new feature introduced in Synapse 0.30. They provide a
|
'Server Notices' are a new feature introduced in Synapse 0.30. They provide a
|
||||||
channel whereby server administrators can send messages to users on the server.
|
channel whereby server administrators can send messages to users on the server.
|
||||||
|
|
||||||
They are used as part of the communication of the server polices (see
|
They are used as part of communication of the server polices(see
|
||||||
[consent_tracking.md](consent_tracking.md)), however the intention is that
|
[consent_tracking.md](consent_tracking.md)), however the intention is that
|
||||||
they may also find a use for features such as "Message of the day".
|
they may also find a use for features such as "Message of the day".
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Synapse configuration
|
|||||||
Server notices come from a specific user id on the server. Server
|
Server notices come from a specific user id on the server. Server
|
||||||
administrators are free to choose the user id - something like `server` is
|
administrators are free to choose the user id - something like `server` is
|
||||||
suggested, meaning the notices will come from
|
suggested, meaning the notices will come from
|
||||||
`@server:<your_server_name>`. Once the server notices user is configured, that
|
`@server:<your_server_name>`. Once the Server Notices user is configured, that
|
||||||
user id becomes a special, privileged user, so administrators should ensure
|
user id becomes a special, privileged user, so administrators should ensure
|
||||||
that **it is not already allocated**.
|
that **it is not already allocated**.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user