mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-19 04:47:20 +02:00
Compare commits
2 Commits
04eab0e211
...
29328efc36
Author | SHA1 | Date | |
---|---|---|---|
29328efc36 | |||
96051f54d2 |
@ -7,12 +7,19 @@
|
||||
# Otherwise the target room version may be outdated or the last one I have
|
||||
# ran this script for.
|
||||
ROOMVERSION=10
|
||||
# Help and about in Element Web settings
|
||||
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…
x
Reference in New Issue
Block a user