crabber-net / crabber

A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
https://crabber.net
GNU General Public License v2.0
48 stars 15 forks source link

Inconsistent follower count shown on stats page #151

Closed jakeledoux closed 2 years ago

jakeledoux commented 2 years ago

The follower count produced by Crab.query_most_popular() is different from Crab.follower_count (aka Crab.query_followers().count()).

I'm interested not just in fixing this but finding out which one is the correct one and why they'd differ.

Screenshots:

Screen Shot 2021-11-04 at 9 08 26 PM Screen Shot 2021-11-04 at 9 08 35 PM
jakeledoux commented 2 years ago

Fixed