matrix-upgrade-room.bash: fix typo, clarify where to find IDs and homeserver address

This commit is contained in:
Aminda Suomalainen 2023-04-09 12:49:12 +03:00
parent 04eab0e211
commit 96051f54d2
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 1 deletions

View File

@ -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