Skip to content

Commit

Permalink
Don't refer to MSC3779 explicitly in comment (#2533)
Browse files Browse the repository at this point in the history
because other MSCs (like 3757) may allow @-prefixed state keys
  • Loading branch information
AndrewFerr authored Aug 2, 2024
1 parent aadf6c0 commit 7449e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const widget = ((): WidgetHelpers | null => {
const sendState = [
userId, // Legacy call membership events
`_${userId}_${deviceId}`, // Session membership events
`${userId}_${deviceId}`, // MSC3779 session membership events
`${userId}_${deviceId}`, // The above with no leading underscore, for room versions whose auth rules allow it
].map((stateKey) => ({
eventType: EventType.GroupCallMemberPrefix,
stateKey,
Expand Down

0 comments on commit 7449e1f

Please sign in to comment.