Block a user
mplorentz
created branch feature/98-audio-settings-in-call in coracle/flotilla
2026-04-01 18:22:58 +00:00
mplorentz
pushed to feature/98-audio-settings-in-call at coracle/flotilla
2026-04-01 18:22:58 +00:00
Flotilla gets stuck authenticating
mplorentz
pushed to bugfix/voice-room-membership-error at coracle/flotilla
2026-03-27 17:25:08 +00:00
Cannot leave voice room
Unfortunately I cannot reproduce this anymore. I was seeing it on multiple commits, in multiple browsers, with multiple accounts so I'm really stumped on why it just went away. I haven't knowingly…
Add a dialog before joining voice rooms
I need a way to derive the room the user is currently viewing to handle the UX for VoiceWidget displayed above. Parsing it out of the page params seems safe enough but idk it feels like there should be a better way to do this. What do you think?
Add a dialog before joining voice rooms
This logic got more complex. Basically we need incorporate the room the user is currently viewing now.
Add a dialog before joining voice rooms
mplorentz
created branch feature/join-voice-room-dialog in coracle/flotilla
2026-03-27 15:06:54 +00:00
Voice Room Membership Error
It's not as simple as moving it back to the component here because by calling handleJoinError() from joinVoice() I stealth-fixed another bug which was that we weren't doing the full error…