mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:37:48 +00:00
Send feedback metadata to JaaS feedback endpoint
This commit is contained in:
committed by
Horatiu Muresan
parent
01a127b557
commit
aea09a8da3
@@ -134,7 +134,7 @@ function _setJWT(store, next, action) {
|
||||
}
|
||||
|
||||
if (jwtPayload) {
|
||||
const { context, iss } = jwtPayload;
|
||||
const { context, iss, sub } = jwtPayload;
|
||||
|
||||
action.jwt = jwt;
|
||||
action.issuer = iss;
|
||||
@@ -144,7 +144,7 @@ function _setJWT(store, next, action) {
|
||||
action.callee = context.callee;
|
||||
action.group = context.group;
|
||||
action.server = context.server;
|
||||
action.tenant = context.tenant;
|
||||
action.tenant = context.tenant || sub || undefined;
|
||||
action.user = user;
|
||||
|
||||
user && _overwriteLocalParticipant(
|
||||
|
||||
Reference in New Issue
Block a user