near / near-discovery-components

This is a repository that holds the source code of all NEAR discovery components that the team maintains for near.org.
https://near.org
MIT License
13 stars 11 forks source link

Add `proposal` and `notifier` fields to `notification` indexer #713

Open shelegdmitriy opened 3 months ago

shelegdmitriy commented 3 months ago

To support devhub proposal notification we need to add proposal and notifier to our notifications indexer. This fields coves from value:

I guess we'll need to update service worker to support push notifications for this new type of notification.

charleslavon commented 3 months ago

thanks for documenting @shelegdmitriy this is a lower priority than #1071