Show your followers #252
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#252
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?
This is expensive data to collect, but other clients have at least a count of how many people follow you.
We should have a button (NOT do it automatically) where a user can request this process to occur, maybe just once per session (if they click over and over they will just cause mayhem, they should just wait for the results which might take minutes).
We can cache this data too. But that cache doesn't help us ask the relays for only the ContactLists we are missing.. we have to get them all again.
related to #111
We load this data now to compute friends-of-friends. So this (and #111) should be easier to do now.
Since we only load your followED's contact lists, we cant count your followERS. This will have to wait for HyperLogLog on the relays. (yes we could do it now with an expensive operation but I don't think it's good. You can get it from other clients).
I did this anyways.