From 0caa59268c01552e324e3a6a772cc255c085e554 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 23 Feb 2020 12:18:53 +0200 Subject: [PATCH] matrix-upgrade-room.bash: link to https://matrix.org/docs/spec/#complete-list-of-room-versions --- bash/matrix-upgrade-room.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/matrix-upgrade-room.bash b/bash/matrix-upgrade-room.bash index 297472d..2e4a723 100755 --- a/bash/matrix-upgrade-room.bash +++ b/bash/matrix-upgrade-room.bash @@ -2,7 +2,8 @@ # Based on https://gist.github.com/turt2live/a99c8e794d6115d4ddfaadb72aabf063 -# TODO: Find out where the latest version can be found out from +# Check https://matrix.org/docs/spec/#complete-list-of-room-versions before +# upgrading a room and change as necessary ROOMVERSION=5 ACCESSTOKEN= NEWROOMNAME=""