Khushvendra
  • Joined on 2026-04-04
Khushvendra pushed to fix/voice-calls-timeout-174 at Khushvendra/flotilla 2026-04-15 08:21:23 +00:00
8642a52b48 Fix voice call timeout handling on cold starts
Khushvendra commented on issue coracle/flotilla#174 2026-04-14 20:47:20 +00:00
Voice calls timing out

@hodlbod I am defaulting to 15s timeout as opposed to the current 5s timeout (to match livekit's default and as anything in 5s to 10s range seems too agressive)

Khushvendra commented on issue coracle/flotilla#47 2026-04-14 20:29:48 +00:00
Role-Based Access Control for Rooms

@hodlbod Opened NIP-29 PR, scoped to this issue only. (https://github.com/nostr-protocol/nips/pull/2316) (NIP-43 follow-up remains in #192)

Khushvendra commented on issue coracle/flotilla#174 2026-04-14 19:15:07 +00:00
Voice calls timing out

@hodlbod Is this issue being worked upon? (I dont mind taking this up :) )

Khushvendra pushed to dev at Khushvendra/flotilla 2026-04-14 19:08:47 +00:00
964ef441ec Update relay description (#195) (#197)
796f37d320 Make space reordering discoverable with smoother drag animation (#171)
b46fd94578 Use relay-provided member lists as source of truth (#191)
bdc8e75640 Fix search input width
ef08821796 remove VirtualItem
Compare 5 commits »
Khushvendra commented on issue coracle/flotilla#192 2026-04-12 06:43:15 +00:00
Role-Based Access Control for Relays

@hodlbod Posting a concrete plan here so #192 is ready once the NIP-29 work is accepted and implemented.

NIP-43 Follow-up Plan (after NIP-29)

Gating condition

Start this only after:

1.…

Khushvendra pushed to dev at Khushvendra/flotilla 2026-04-12 06:38:59 +00:00
9f386f6968 remove redundant room syncing logic
ec0b6a99e2 add room mentions and clickable room/relay refs
f6d9e52c6e fix: support native clipboard image paste on mobile (#181)
90f86b833d Handle quotes in RoomItem. Fixes #188
29bb33c26c publish kind 9 quote after room content creation for cross-client interoperability
Compare 16 commits »
Khushvendra commented on issue coracle/flotilla#47 2026-04-12 06:36:56 +00:00
Role-Based Access Control for Rooms

@hodlbod Updated plan aligned with your guidance:

Sequencing

  1. NIP-29 PR first (this issue: #47)
  2. NIP-43 PR second (issue #192), only after NIP-29 is accepted and implemented

Scope for…

Khushvendra commented on issue coracle/flotilla#192 2026-04-12 06:29:30 +00:00
Role-Based Access Control for Relays

@hodlbod By zooid are you referencing caravel repo?

Khushvendra commented on issue coracle/flotilla#47 2026-04-12 06:25:25 +00:00
Role-Based Access Control for Rooms

Sure, works for me

Khushvendra pushed to feat/room-mentions-130 at Khushvendra/flotilla 2026-04-11 13:27:04 +00:00
bdc7d9e070 refactor: simplify ContentLinkUrl rendering
Khushvendra commented on issue coracle/flotilla#47 2026-04-11 09:17:22 +00:00
Role-Based Access Control for Rooms

@hodlbod Thanks for the detailed feedback. I made a second pass that incorporates all of this and keeps scope tight.

RBAC Protocol Proposal (v2, revised)

Core corrections from v1

1.…

Khushvendra pushed to issue-54-paste-image at Khushvendra/flotilla 2026-04-11 09:03:46 +00:00
7b206c0566 refactor: move editor clipboard helpers into module
Khushvendra commented on issue coracle/flotilla#47 2026-04-10 13:33:22 +00:00
Role-Based Access Control for Rooms

@hodlbod I took a protocol-first pass that stays intentionally narrow, while still unblocking implementation.

RBAC Protocol Proposal (v1, minimal scope)

Problem we need to solve

We…

Khushvendra pushed to dev at Khushvendra/flotilla 2026-04-10 07:00:44 +00:00
1d5f91fb6c fix: realtime updates for room members and admins (#178)
ef18655776 make close button / backdrop work on direct invite link page (#177)
b786e858d9 correct inverted arrow icon in advanced section toggle (#180)
f4ebc4e99e Video in calls (#135)
65ca8a7fd8 Remove follow graph building
Compare 6 commits »
Khushvendra commented on issue coracle/flotilla#47 2026-04-09 21:53:22 +00:00
Role-Based Access Control for Rooms

Hey @hodlbod! Sorry about that, have been occupied with some other stuff past couple of days (completely forgot about this one!). Will get to this asap!

Khushvendra created pull request coracle/flotilla#181 2026-04-08 21:21:29 +00:00
fix: support native clipboard image paste on mobile
Khushvendra created branch issue-54-paste-image in Khushvendra/flotilla 2026-04-08 21:08:02 +00:00
Khushvendra pushed to issue-54-paste-image at Khushvendra/flotilla 2026-04-08 21:08:02 +00:00
9029d0d6be fix: support native clipboard image paste on mobile
Khushvendra pushed to feat/room-mentions-130 at Khushvendra/flotilla 2026-04-08 18:42:13 +00:00
ebc1e72b28 refactor: extract shared ContentLinkUrl renderer