Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse and store contact list #3

Closed
mplorentz opened this issue Feb 10, 2023 · 0 comments
Closed

Parse and store contact list #3

mplorentz opened this issue Feb 10, 2023 · 0 comments
Assignees

Comments

@mplorentz
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants