Compare commits

..

No commits in common. "29328efc36fd63ca783b9895eb0fd9ce68983067" and "04eab0e211c8b4b45cca9d38ee4385cdddd4aa0f" have entirely different histories.

View File

@ -7,19 +7,12 @@
# Otherwise the target room version may be outdated or the last one I have # Otherwise the target room version may be outdated or the last one I have
# ran this script for. # ran this script for.
ROOMVERSION=10 ROOMVERSION=10
# Help and about in Element Web settings
ACCESSTOKEN= ACCESSTOKEN=
NEWROOMNAME="CHANGEME (v$ROOMVERSION)" 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= OLDROOMID=
# When developer mode is enabled from /devtools in Element Web, visible in # Note: $ is not a character that worlks without quotes due to signifying a
# 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 # variable
LASTEVENTINOLDROOM='' LASTEVENTINOLDROOM=''
# https://matrix.org/.well-known/matrix/client
HOMESERVER=matrix-client.matrix.org HOMESERVER=matrix-client.matrix.org
set -x set -x