-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
P4Currently waiting for a P0-P3 tagCurrently waiting for a P0-P3 tagbugSomething isn't workingSomething isn't working
Description
When you load a thread, you will see that the thread messages are not displayed right below the tweet. Tweets are kind of shuffled or displayed in the reverse order.
This is not convenient.
I could find in the code that we actually sort the tweets once we recieve them, based on their ID.
I saw it was added here by this commit. 528012c#diff-9fcfa02352b96f789d283f4e34491a7a4fc02b4632ac02d9f7786de3cfabbd67R707
I don't understand why we need this.
For me, keeping the order that X API returned should be just fine.
I removed this sort and the results are much better now.

throwaway242685
Metadata
Metadata
Assignees
Labels
P4Currently waiting for a P0-P3 tagCurrently waiting for a P0-P3 tagbugSomething isn't workingSomething isn't working