mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
matrix-upgrade-room.bash: fix typo, clarify where to find IDs and homeserver address
This commit is contained in:
parent
04eab0e211
commit
96051f54d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user