You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nostr clients publish the list of accounts they are following in a kind: 3 event. The format of these events is documented in NIP-02. We should add a Core Data model (call it Follow?) to hold this information and extend EventProcessor to parse and save them. This will be a good place to use TDD since the RelayService doesn't prioritize downloading kind 3 events necessarily, so it might be hard to test in production.
This is a pre-requisite to following other profiles.
The text was updated successfully, but these errors were encountered:
Nostr clients publish the list of accounts they are following in a
kind: 3
event. The format of these events is documented in NIP-02. We should add a Core Data model (call it Follow?) to hold this information and extendEventProcessor
to parse and save them. This will be a good place to use TDD since theRelayService
doesn't prioritize downloading kind 3 events necessarily, so it might be hard to test in production.This is a pre-requisite to following other profiles.
The text was updated successfully, but these errors were encountered: