crowbartools / MixrElixr

Browser extension that enhances your Mixer viewing experience with custom emotes, new features, and a ton of options.
https://mixrelixr.com
GNU General Public License v3.0
23 stars 7 forks source link

Online Friends count #17

Closed itsjesski closed 6 years ago

itsjesski commented 6 years ago

Right now the online friends list pulls one page with 250 friends on it. This will work for 99% of people, but technically someone could have more than 250 friends online at once.

To get an accurate count we need to be able to loop those functions until we get an empty page of friends. This would lets us keep the online count accurate, lazy load in streams, etc...