Supply server_name for optional federation-capable Jitsi auth

See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/pull/3
This commit is contained in:
Travis Ralston 2021-01-19 10:23:23 -07:00
parent 0aa6fbe3e2
commit 5cb323feed

View File

@ -164,6 +164,7 @@ function createJWTToken() {
matrix: { matrix: {
token: openIdToken.access_token, token: openIdToken.access_token,
room_id: roomId, room_id: roomId,
server_name: openIdToken.matrix_server_name,
}, },
user: { user: {
avatar: avatarUrl, avatar: avatarUrl,