Expect pubkey in kind 39004 #101
Reference in New Issue
Block a user
Delete Branch "feature/98-expect-pubkey-in-room-presence"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adjusts our implementation of the Livekit presence event to match the NIP (https://github.com/nostr-protocol/nips/pull/2238#issuecomment-4057645310). Specifically we now expect the user's Nostr pubkey in the
participanttag instead of the livekit identity string.I also fixed a bug I found where a malformed
participanttag would crash the rendering of VoiceWidget, causing it to appear frozen.There is a corresponding zooid PR here