-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
[REQ] Option to sort tweets from old to new #183
Comments
Yes yes YES! Why are people so happy to consume content backwards? It makes no sense! The ideal implementation here is a "read" flag for each post, with mark-as-read on scroll. Plus configurable order, of course. Like any RSS reader. But @eredrolo's quick solution of a time cutoff would be so appreciated! Please? :) I've been waiting years for a sane way to read Twitter. This project looks like it has great potential. Thanks for your work. |
Unfortunately, I don't think this is going to be possible - at least not efficiently possible. I'm not using any official API from Twitter, so Fritter is at the mercy of their unofficial web APIs, and those have very limited sorting capabilities. For this to work efficiently, I'd need to have the ability to limit how far back a search using the API can go, and another option to sort reverse chronologically (or rather, chronologically), but that's not possible, as far as I can tell. I'll keep this open for now, but I can't commit to it until I know for sure that it's possible. |
Closing as the feed has now been removed, due to Twitter blocking access permanently. Please see #668 (comment) |
Translations update from Hosted Weblate
Description
Currently, tweets are sorted by new to old. Sometimes people tweet something in reference to an older tweet and you have to go down to get the context for that tweet to understand it.
Solution
I would like if the tweets are sorted in chronological order (old to new). This would make them easier to follow.
An option can be added to only display tweets newer than X time (6 hr, 12 hr, 1 day, etc). Then the tweets can be sorted from old to new.
The text was updated successfully, but these errors were encountered: