aboutsummaryrefslogtreecommitdiffstats
path: root/global-config-overlay
diff options
context:
space:
mode:
authorGravatar Michael Gisbers <michael@gisbers.de>2021-05-28 17:30:37 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-08 21:07:25 +0200
commit8375673d93d5481cc575dcb61825eba9b08c1515 (patch)
treefbea561ae4b4a2c4472471faacf9b4124ffb388b /global-config-overlay
parent7a43bfbc6abc811be42ae9d314c37ffb4c695ea2 (diff)
global-functions: implement notifications via Matrixchange-53
Matrix is an open network for secure, decentralized communication - and it has a web api. A warning on message type: Using 'm.notice' breaks rendering on Element for Android (no fixed width font) and does not pop up desktop notification. Thus we use 'm.text'. Should be safe as we do not send the messages in response to other messages. https://matrix.org/
Diffstat (limited to 'global-config-overlay')
-rw-r--r--global-config-overlay2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config-overlay b/global-config-overlay
index f90abd6..1cbaedf 100644
--- a/global-config-overlay
+++ b/global-config-overlay
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable news and change notifications.
-:global GlobalConfigVersion 52;
+:global GlobalConfigVersion 53;
# Copy configuration from global-config here and modify it.