-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add UnknownId relay hints to Mention::{Profile,Event} #684
Conversation
Marking this as ready for review, but it needs damus-io/nostrdb-rs#37 to be merged |
looking at this today |
6bedd49
to
800bd9c
Compare
updated w/ nostrdb-rs relays_iter interface |
800bd9c
to
df9ce86
Compare
damus-io/nostrdb-rs#37 was merged, updated the dependency |
I think we want a different data structure. we should update ids: The point of the |
df9ce86
to
7a9ed8a
Compare
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
7a9ed8a
to
482313f
Compare
I marked this as WIP because it depends on damus-io/nostrdb-rs#37
It also does not use the relay hints in the
unknown_id_send
method yet. I'm unsure how much we want to package in this PR; it is ready to go if we want to enhanceunknown_id_send
in a follow-on PR.