Trustroots / nostroots

nostroots: transition Trustroots onto the nostr network
https://trustroots.github.io/nostroots/
GNU Affero General Public License v3.0
24 stars 7 forks source link

Setup basic push notification functionality #48

Open shuesken opened 1 week ago

shuesken commented 1 week ago

A minimal working example would be a user receiving a notification whenever someone posts a note within 10km of a note the user posted. This will require our server to know what nostr pubkey is linked to what device in the form of an ExpoPushToken and our server to do some calculations upon receiving new notes to identity recipients. It should cover all the the infrastructure bits for setting up a more fine-grained push notification structure later with replies and defined areas of interest.