From 505a21a022013cf69707923c2f2a43bcbfbe5105 Mon Sep 17 00:00:00 2001 From: su-ex Date: Thu, 8 Jul 2021 17:24:03 +0200 Subject: [PATCH] Change update room id to alias --- configs/sc/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/sc/config.json b/configs/sc/config.json index 89fcea8..a7b0ad6 100644 --- a/configs/sc/config.json +++ b/configs/sc/config.json @@ -28,11 +28,11 @@ } ], "sc_update_announcement_room": { - "room_id_or_alias": "!JwTYjASnrfLEJQGQvt:matrix.org", + "room_id_or_alias": "#schildichat-web-announcements:matrix.org", "via_servers": [ - "matrix.org", "supercable.onl", - "spiritcroc.de" + "spiritcroc.de", + "matrix.org" ] } }