Compare commits

...

2 Commits

View File

@ -7,12 +7,19 @@
# 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=
# 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 # variable
LASTEVENTINOLDROOM='' LASTEVENTINOLDROOM=''
# https://matrix.org/.well-known/matrix/client
HOMESERVER=matrix-client.matrix.org HOMESERVER=matrix-client.matrix.org
set -x set -x