diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-08 13:08:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-09 15:34:10 +0100 |
commit | 2d7efd8d6c3ee03847ebb13357424289590d8041 (patch) | |
tree | c148ed275dd363e74e8514992017a6aba1878ddc /global-functions.rsc | |
parent | 59f8f3038949a332ae28e52d8329ebe200f8ef1b (diff) |
mod/notification-matrix: introduce $SetupMatrix{Authenticate,JoinRoom} for setupchange-113
Well, now that we have a JSON parser... Let's improve the user
experience a bit.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 7eb1ec5..5c6e3c5 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 112; +:global ExpectedConfigVersion 113; # global variables not to be changed by user :global GlobalFunctionsReady false; |