hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod commented on pull request coracle/flotilla#285 2026-05-28 22:28:09 +00:00
Fix deleted rooms persisting in navigation

Just leave getTagValues, getRoomDeleteId is unnecessary if you understand the data model

hodlbod commented on pull request coracle/flotilla#285 2026-05-28 22:28:09 +00:00
Fix deleted rooms persisting in navigation

It looks like this is the only substantial change, is that all?

hodlbod commented on pull request coracle/flotilla#284 2026-05-28 22:26:55 +00:00
fix: turn on notification defaults and prompt on first DM visit

Leave badge and sound alone I think, push is enough.

hodlbod commented on pull request coracle/flotilla#284 2026-05-28 22:26:55 +00:00
fix: turn on notification defaults and prompt on first DM visit

Looks pretty good, just a couple small things.

hodlbod commented on pull request coracle/flotilla#284 2026-05-28 22:25:35 +00:00
fix: turn on notification defaults and prompt on first DM visit

Let's keep sound off too, that's an optional add on. Web users will still be notified about push

hodlbod pushed to dev at coracle/flotilla 2026-05-28 19:17:48 +00:00
045d6983dc Fix some voice room bugs
2f8861be62 Bump welshman, update pnpm config
Compare 2 commits »
hodlbod opened issue coracle/flotilla#287 2026-05-28 16:16:27 +00:00
Tried to add a track for a participant that is not present
hodlbod created branch refactor-billing in coracle/caravel 2026-05-27 22:35:28 +00:00
hodlbod pushed to refactor-billing at coracle/caravel 2026-05-27 22:35:28 +00:00
cd70ca6654 Move renewed_at to tenant
f37bb55286 Significant refactor of activity reconciliation
7a2baf6f82 Refactor billing to manage subscriptions/invoices internally
28cd7b0a9a remove spec
Compare 4 commits »
hodlbod commented on pull request coracle/flotilla#285 2026-05-27 17:46:30 +00:00
Fix deleted rooms persisting in navigation

See review comments

hodlbod commented on pull request coracle/flotilla#285 2026-05-27 17:46:14 +00:00
Fix deleted rooms persisting in navigation

I see, the roomMetaEventsByIdByUrl isn't populated until the event is accepted by the relay? This should be something taken care of by welshman's thunk — it populates both repository and tracker…

hodlbod commented on pull request coracle/flotilla#284 2026-05-27 17:41:23 +00:00
fix: turn on notification defaults and prompt on first DM visit

This can be $dmNotificationsPrompted if it's in a svelte component

hodlbod commented on pull request coracle/flotilla#284 2026-05-27 17:41:23 +00:00
fix: turn on notification defaults and prompt on first DM visit

Unless we need to return an unsubscribe function from onMount, we can just make the closure async and avoid the define/call function pattern.

hodlbod commented on pull request coracle/flotilla#284 2026-05-27 17:41:23 +00:00
fix: turn on notification defaults and prompt on first DM visit

$notificationSettings. But don't actually check this, we want to turn these on here; this guard will make this function a no-op.

hodlbod commented on pull request coracle/flotilla#284 2026-05-27 17:41:23 +00:00
fix: turn on notification defaults and prompt on first DM visit

All of this should be handled by the push adapters. This should be as simple as calling Push.request() below.

hodlbod commented on pull request coracle/flotilla#284 2026-05-27 17:41:23 +00:00
fix: turn on notification defaults and prompt on first DM visit

notificationSettings.update would be more idiomatic here

hodlbod commented on pull request coracle/flotilla#284 2026-05-27 17:41:23 +00:00
fix: turn on notification defaults and prompt on first DM visit

This can't default to true, because push is only true if we've successfully requested permissions.

hodlbod pushed to dev at coracle/zooid 2026-05-26 22:50:19 +00:00
e9260f40f1 Clean up config file name stuff
hodlbod commented on pull request coracle/flotilla#285 2026-05-26 15:53:48 +00:00
Fix deleted rooms persisting in navigation

The d tag will never match, room delete always uses h

hodlbod commented on pull request coracle/flotilla#285 2026-05-26 15:53:48 +00:00
Fix deleted rooms persisting in navigation

this is unnecessary, deletes are already in roomMetaEventsByUrl right?