From 817bdaf65b550e9d832958e0720b4c7547291839 Mon Sep 17 00:00:00 2001 From: su-ex Date: Wed, 7 Jul 2021 17:29:30 +0200 Subject: [PATCH] Offer Windows and Apple users to join an update notification room --- configs/sc/config.json | 10 +++++++++- i18n-overlays/matrix-react-sdk/en_EN.json | 4 +++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configs/sc/config.json b/configs/sc/config.json index dfc32f4..89fcea8 100644 --- a/configs/sc/config.json +++ b/configs/sc/config.json @@ -26,5 +26,13 @@ "url": "https://schildi.chat/desktop/privacy", "text": "Privacy Policy" } - ] + ], + "sc_update_announcement_room": { + "room_id_or_alias": "!JwTYjASnrfLEJQGQvt:matrix.org", + "via_servers": [ + "matrix.org", + "supercable.onl", + "spiritcroc.de" + ] + } } diff --git a/i18n-overlays/matrix-react-sdk/en_EN.json b/i18n-overlays/matrix-react-sdk/en_EN.json index 8858dfc..11da2a8 100644 --- a/i18n-overlays/matrix-react-sdk/en_EN.json +++ b/i18n-overlays/matrix-react-sdk/en_EN.json @@ -5,5 +5,7 @@ "Normal priority": "Normal priority", "Message layout": "Message layout", "Modern": "Modern", - "Show people and rooms in a combined list": "Show people and rooms in a combined list" + "Show people and rooms in a combined list": "Show people and rooms in a combined list", + "Update notifications": "Update notifications", + "Do you want to join a room notifying you about new releases? This is especially useful if your platform doesn't support automatic updates for SchildiChat (e.g. Windows and macOS).": "Do you want to join a room notifying you about new releases? This is especially useful if your platform doesn't support automatic updates for SchildiChat (e.g. Windows and macOS)." }