Skip to content

feat(external-api): send full user context#17147

Merged
mihhu merged 1 commit intojitsi:masterfrom
mihhu:full-user-context
Mar 24, 2026
Merged

feat(external-api): send full user context#17147
mihhu merged 1 commit intojitsi:masterfrom
mihhu:full-user-context

Conversation

@mihhu
Copy link
Member

@mihhu mihhu commented Mar 16, 2026

Needs this built & updated first: jitsi/lib-jitsi-meet#2992

id: userIdentity.id,
name: userIdentity.name
} : undefined;
const userContext = userIdentity ? { ...userIdentity } : undefined;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why create the copy? Feels like we should do userContext: userIdentity below?

id: jwtUser.id,
name: jwtUser.name
} : undefined;
const userContext = jwtUser ? { ...jwtUser } : undefined;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

@mihhu mihhu force-pushed the full-user-context branch from 14eadf1 to c205130 Compare March 23, 2026 08:39
@mihhu mihhu changed the title [WIP] feat(external-api): send full user context feat(external-api): send full user context Mar 23, 2026
@mihhu mihhu merged commit 5ad6332 into jitsi:master Mar 24, 2026
10 checks passed
@mihhu mihhu deleted the full-user-context branch March 24, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants