mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +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
|
ROOMVERSION=10
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user