Fediversity/matrix/synapse/conf.d/server_notices.yaml

27 lines
937 B
YAML
Raw Normal View History

# Necessary for server notices, and moderation
server_notices:
system_mxid_localpart: server
system_mxid_display_name: "Server Notices"
2024-11-27 18:18:49 +01:00
system_mxid_avatar_url: "mxc://example.com/QBBZcaxfrrpvreGeNhqRaCjG"
room_name: "Server Notices"
2024-11-27 18:18:49 +01:00
room_avatar_url: "mxc://example.com/QBBZcaxfrrpvreGeNhqRaCjG"
room_topic: "Room used by your server admin to notice you of important information"
auto_join: true
user_consent:
require_at_registration: true
policy_name: "Example End User Policy"
template_dir: consent_policy
version: 0.2
server_notice_content:
msgtype: m.text
body: >-
You have to agree to our End User Policy before you can use this
service. Please read and accept it at %(consent_uri)s.
block_events_error: >-
You haven't accepted the End User Policy yet, so you can't post any
messages yet. Please read and accept the policy at %(consent_uri)s.
form_secret: "<secure password>"