Supply server_name for optional federation-capable Jitsi auth

See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/pull/3
pull/16215/head
Travis Ralston 2021-01-19 10:23:23 -07:00
parent 0aa6fbe3e2
commit 5cb323feed
1 changed files with 1 additions and 0 deletions

View File

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