Skip to content

Commit 5cb323f

Browse files
committed
Supply server_name for optional federation-capable Jitsi auth
See matrix-org/prosody-mod-auth-matrix-user-verification#3
1 parent 0aa6fbe commit 5cb323f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vector/jitsi/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function createJWTToken() {
164164
matrix: {
165165
token: openIdToken.access_token,
166166
room_id: roomId,
167+
server_name: openIdToken.matrix_server_name,
167168
},
168169
user: {
169170
avatar: avatarUrl,

0 commit comments

Comments
 (0)