mikedilger / gossip

Gossip is a nostr client
Other
718 stars 83 forks source link

PersonList lengths are wrong in PersonListMetadata #873

Closed mikedilger closed 2 months ago

mikedilger commented 2 months ago

I am following 262 people (by pubkey count) but only 211 in my PersonListMetadata for this list (which is what gets displayed).

mikedilger commented 2 months ago

Actually the data was correct.

What was wrong was my assumption that get_subscribed_pubkeys() was just the Followed. It is all lists. Code needs to change to use get_people_in_list(PersonList::Followed) for WoT.

mikedilger commented 2 months ago

fixed.