hodlbod hodlbod
  • Joined on 2026-02-09
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?

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

Also badly named, because this only enables messaging notifications. Just inline all this logic.

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

Put this in a script context="module" in the component where it's used.

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

Never re-export, always update imports

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

This is very badly named, because it checks messages specifically. That logic should be inlined, this should only check push/token/permission. This should also live in push, not notifications (which handles badges/checked state).

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

I don't think we need the modal component, just do:

hodlbod opened issue coracle/flotilla#286 2026-05-26 13:19:21 +00:00
Joining av rooms by link doesn't open join prompt
hodlbod pushed to master at coracle/caravel 2026-05-25 23:15:07 +00:00
9d9192f681 Remove redundant relay.schema field
hodlbod pushed to master at coracle/caravel 2026-05-25 21:47:56 +00:00
acf7ae8e0a Remove comments from env template
hodlbod pushed to master at coracle/caravel 2026-05-25 21:47:29 +00:00
ebada70c0d Fix cors
hodlbod pushed to dev at coracle/flotilla 2026-05-25 19:18:53 +00:00
6dbe9c0ebb chore: show space relay icon in mobile topbar headers (#283)
hodlbod deleted branch fix/mobile-spacebar-relay-icon from userAdityaa/flotilla 2026-05-25 19:18:53 +00:00
hodlbod closed issue coracle/flotilla#259 2026-05-25 19:18:52 +00:00
Mobile top bar confusing