Skip to content

[BUG][Fix provided] Tweet replies are displayed in a strange order #76

@Teskann

Description

@Teskann

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4Currently waiting for a P0-P3 tagbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions