Retrieve all tweets from a thread properly. closes #417

This commit is contained in:
2021-11-01 00:11:46 -06:00
parent b39b732a93
commit ff0a2b5692
2 changed files with 51 additions and 17 deletions

View File

@@ -5,6 +5,7 @@
## changes in this version
* fixed a bug when clearing the direct messages buffer. ([#418](https://github.com/manuelcortez/TWBlue/issues/418))
* TWBlue should retrieve tweets from threads and conversations in a more reliable way. Tweets in the same thread (made by the same author) will be sorted correctly, although replies to the thread (made by different people) may not be ordered in the same way they are displayed in Twitter apps. ([#417](https://github.com/manuelcortez/TWBlue/issues/417))
## Changes in Version 2021.10.30