Skip to content

Commit

Permalink
Merge pull request #16215 from vector-im/travis/jwt-server-name
Browse files Browse the repository at this point in the history
Supply server_name for optional federation-capable Jitsi auth
  • Loading branch information
turt2live committed Jan 20, 2021
2 parents 0aa6fbe + 5cb323f commit 065fb13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vector/jitsi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function createJWTToken() {
matrix: {
token: openIdToken.access_token,
room_id: roomId,
server_name: openIdToken.matrix_server_name,
},
user: {
avatar: avatarUrl,
Expand Down

0 comments on commit 065fb13

Please sign in to comment.