Merge pull request #16215 from vector-im/travis/jwt-server-name
Supply server_name for optional federation-capable Jitsi auth
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user