Closed v0ctor closed 5 days ago
This PR sorts tweets by ID instead of date.
It is necessary to sort by ID to ensure that references are never broken.
For example, when importing threads, especially those created all at once from the web interface, the date of two consecutive tweets may be exactly the same.
@v0ctor This change breaks the checking of MIN_DATE, MAX_DATE parameters, see the comment in the code.
Thanks for the feedback!
Both things work properly now with the latest commit (tested with SIMULATE=1).
SIMULATE=1
This PR sorts tweets by ID instead of date.
It is necessary to sort by ID to ensure that references are never broken.
For example, when importing threads, especially those created all at once from the web interface, the date of two consecutive tweets may be exactly the same.