Push Notifications 2 #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from https://github.com/andotherstuff/universes/issues/40 by @staab on 2026-01-20T01:26:04Z
Because relays are authenticated and may serve different events depending on who is asking, a single push server can't pull events reliably. Instead, we will need to register subscriptions with relays directly (add/list/delete), including a push token and callback url. For relays that don't support these commands, we can fall back to a special purpose relay that pulls (unauthenticated) instead.
Also consider https://github.com/marmot-protocol/marmot/blob/9b6256a7a68eabeb9ce68b7c908e8119867bd253/05.md