Aditya Chaudhary userAdityaa
  • https://www.adityaworks.tech
    • LFX @headlamp
    • Javascript Code Repo Expert (Contract) @HackerRank
    • R&D Intern @Samsung
    • Software Engineer @Tile10
  • Joined on 2026-04-03
userAdityaa commented on pull request coracle/flotilla#187 2026-04-10 17:51:06 +00:00
fix(chat): publish kind 9 quote after room content creation for cross-client interoperability

@hodlbod, this PR is ready for review!

There are better solutions than just moving history.back() for example, using a loader or background queue for publishing. This is a quick improvement,…

userAdityaa created pull request coracle/flotilla#187 2026-04-10 17:48:20 +00:00
fix(chat): publish kind 9 quote after room content creation for cross-client interoperability
userAdityaa created branch chat-interoperability in userAdityaa/flotilla 2026-04-10 17:40:29 +00:00
userAdityaa pushed to chat-interoperability at userAdityaa/flotilla 2026-04-10 17:40:29 +00:00
d4293063d2 fix(chat): publish kind 9 quote after room content creation for cross-client interoperability
userAdityaa pushed to dev at userAdityaa/flotilla 2026-04-10 11:56:16 +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)
Compare 3 commits »
userAdityaa created repository userAdityaa/caravel 2026-04-10 09:48:19 +00:00
userAdityaa commented on issue coracle/flotilla#185 2026-04-10 06:01:58 +00:00
Switch to quotes for rich content

I’ll take this on as well and work on coming up with a solution.

userAdityaa commented on pull request coracle/flotilla#178 2026-04-09 21:00:03 +00:00
fix: realtime updates for room members and admins

@hodlbod I’ve added getRoomMembers and getSpaceMembers helpers, and now both deriveRoomMembers and deriveSpaceActionItems use getRoomMembers directly.

Let me know if you’d like any…

userAdityaa pushed to realtime-room-updates at userAdityaa/flotilla 2026-04-09 20:55:48 +00:00
190e9eb889 fix: realtime updates for room members and admins
userAdityaa commented on issue coracle/flotilla#182 2026-04-09 20:52:09 +00:00
Improve performance

Hey @priyanshu_bharti, if you face any issues (or) need any help, I would be happy to take this on.

userAdityaa commented on pull request coracle/flotilla#178 2026-04-09 20:45:20 +00:00
fix: realtime updates for room members and admins

I just created those 🥲, but then figured it’d be better to integrate them into the existing function. I’ll push the changes shortly.

userAdityaa commented on pull request coracle/flotilla#178 2026-04-09 20:35:14 +00:00
fix: realtime updates for room members and admins

Thanks @hodlbod for the feedback, I reworked this to keep the logic in place rather than routing it through the generic helper. The membership behavior change is still there, but the code now…

userAdityaa pushed to realtime-room-updates at userAdityaa/flotilla 2026-04-09 20:27:09 +00:00
b10261ebfe fix: realtime updates for room members and admins
userAdityaa commented on pull request coracle/flotilla#177 2026-04-09 20:05:31 +00:00
fix(modal): make close button / backdrop work on direct invite link page

This looks good. The reason it doesn't use the modal stack is because the page itself doesn't have any meaning without the modal. So if someone closes it, it should navigate elsewhere.

Yes,…

userAdityaa commented on pull request coracle/flotilla#178 2026-04-09 20:03:39 +00:00
fix: realtime updates for room members and admins

The sync changes look good, but I'm not so sure about core/state. I'm having a hard time telling what's changed there other than moving logic around. Is there anything in particular different…

userAdityaa commented on pull request coracle/flotilla#177 2026-04-09 11:57:06 +00:00
fix(modal): make close button / backdrop work on direct invite link page

I don't like this solution at all. Instead of fixing the modal you want the close button to do a navigation 😐 i might be wrong however

agree with you, but, this screen is route-backed,…

userAdityaa commented on pull request coracle/flotilla#178 2026-04-08 20:50:26 +00:00
fix: realtime updates for room members and admins

Two-part fix for room members, admins, and action items:

  • Sync: Always subscribe to the current room’s live events.
  • State: Compute lists by combining the latest snapshot with all…
userAdityaa created pull request coracle/flotilla#178 2026-04-08 20:31:54 +00:00
fix: realtime updates for room members and admins
userAdityaa created branch realtime-room-updates in userAdityaa/flotilla 2026-04-08 20:28:57 +00:00
userAdityaa pushed to realtime-room-updates at userAdityaa/flotilla 2026-04-08 20:28:57 +00:00
d1cfe3a2fa fix: realtime updates for room members and admins