From 96051f54d2f8c64cbb225812779151deac2a0288 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 9 Apr 2023 12:49:12 +0300 Subject: [PATCH] matrix-upgrade-room.bash: fix typo, clarify where to find IDs and homeserver address --- bash/matrix-upgrade-room.bash | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bash/matrix-upgrade-room.bash b/bash/matrix-upgrade-room.bash index 63cd70d..a2e8021 100755 --- a/bash/matrix-upgrade-room.bash +++ b/bash/matrix-upgrade-room.bash @@ -9,10 +9,16 @@ ROOMVERSION=10 ACCESSTOKEN= NEWROOMNAME="CHANGEME (v$ROOMVERSION)" +# https://develop.element.io (or other Element release), run /devtools and +# enable developer mode. Reads on top of /devtools and Room settings -> +# Advanced OLDROOMID= -# Note: $ is not a character that worlks without quotes due to signifying a +# When developer mode is enabled from /devtools in Element Web, visible in +# the hover menu when pointing a message and selecting "view event source". +# Note: $ is not a character that works without quotes due to signifying a # variable LASTEVENTINOLDROOM='' +# https://matrix.org/.well-known/matrix/client HOMESERVER=matrix-client.matrix.org set -x