Posting to TOO MANY relays #771
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#771
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After the nip-17 work, normal top level posts are going to far too many relays.
probably post.rs get_others_relays() cause I tagged myself, and somehow storage.get_best_relays() is giving LOTS and we aren't cutting them off.
We need a way to call get_best_relays that only gets declared read/write relays OR a limited set (num_relays_per_person) if nothing is declared. Because we want to post to ALL their declared read relays, but we want to limit it when we are guessing.
I believe this is fixed now in
9d0b441263