diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ <script> const QUERY_STRING = getQueryStringVars(); const DEFAULT_DOMAIN = "conf.toni.immo"; - const DEFAULT_PEER_NAME = QUERY_STRING["peer"] || ""; + const DEFAULT_PEER_NAME = QUERY_STRING["partner"] || QUERY_STRING["projekt"] || ""; const DEFAULT_BACKGROUND = "#0b72b5"; const DEFAULT_ROOM_NAME = simpleRoomName(); |
