Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Followers listed by user creation date, not relationship date #63

Closed
moocat opened this issue Feb 28, 2013 · 3 comments
Closed

Followers listed by user creation date, not relationship date #63

moocat opened this issue Feb 28, 2013 · 3 comments
Labels

Comments

@moocat
Copy link

moocat commented Feb 28, 2013

The /channels/:channel/follows resource currently lists the follows based on their user creation date, and not by the date the follow-relationship happened.

This makes it extremely difficult to have an up to date list as you can't get the new entries separately, so you will have to go through the whole list with every expiration. With normal streams at 20k+ followers, that amounts to 200+ requests per stream per expiration.

@mpoon
Copy link
Contributor

mpoon commented Feb 28, 2013

Sounds reasonable.

@moocat
Copy link
Author

moocat commented Apr 29, 2013

Any updates on this? Currently /channels/:channel/follows is like using a randomly ordered list, thus close to unusable in a real app

@mpoon
Copy link
Contributor

mpoon commented Apr 29, 2013

It's on the queue of things to do. I'll update when it gets closer to being done.

@RedbackThomson
Copy link

Just like to swoop in here and see if anything has happened lately? Been waiting for this for a while now, and would love to know if there is some sort of ETA?

@moocat moocat closed this as completed Jul 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants