Show reply counts (at least for top level events) #941
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#941
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?
It would sure be nice to see how many replies an event has. But I think all of the possible mechanisms currently have problems.
Mechanism 1: Load all the replies and count them. This is too expensive to do for every top-level note.
Mechanism 2: When a note scrolls into view, issue COUNT commands to augment relays and merge HLL data to count the replies. This isn't yet widely available on relays.
So this issue is blocked.