From 2bcdc2da64b8f32c828ef54965b217eda91a78e9 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Sun, 5 Mar 2023 05:10:52 +0100 Subject: [PATCH] Matrix: Add notice user --- .../templates/matrix/synapse-config/homeserver.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coreos-config/roles/compose_project/templates/matrix/synapse-config/homeserver.yaml b/coreos-config/roles/compose_project/templates/matrix/synapse-config/homeserver.yaml index 7a80921..8bbd085 100644 --- a/coreos-config/roles/compose_project/templates/matrix/synapse-config/homeserver.yaml +++ b/coreos-config/roles/compose_project/templates/matrix/synapse-config/homeserver.yaml @@ -72,6 +72,11 @@ rc_joins: local: per_second: 100 burst_count: 100 +server_notices: + system_mxid_localpart: "server" + system_mxid_display_name: "Server Notices" + system_mxid_avatar_url: "mxc://unruhig.eu/khyOCChmyYSOsIFIbUWGGEWq" + room_name: "Server Notices" modules: - module: shared_secret_authenticator.SharedSecretAuthProvider