planetary-social / nos-notification-service-go

A service which delivers push notifications to APNs
Mozilla Public License 2.0
3 stars 0 forks source link

Emit pubsub events when new nostr events are received #43

Closed boreq closed 11 months ago

boreq commented 11 months ago

We want to have a source of nostr events and this service sounds like a good candidate for this for now. We should emit pubsub events whenever we receive or save a nostr event, this needs to be further analysed. @dcadenas created a topic that those events should be sent on. The payload should just be a raw event.

Checklist:

boreq commented 11 months ago

Prepared a pull request but I will need to prepare it for deployment as we need to configure some things like permissions/credentials etc.

rabble commented 11 months ago

Need coordination between @cooldracula and @boreq to track down deploying

boreq commented 11 months ago

Related:

boreq commented 11 months ago

This is stuck on the following problem:

boreq commented 11 months ago

Created this ticket: