What's Changed
- Fixes for Bugs introduced in V2.0.0 by @Dineshkarthik in #287
Bug Fixes
- Fixed repeated download old files instead of news files, this was introduced as an option to get the chat history in chronological order is removed in Pyrogram V2. Created a PR in Pyrogram to add this feature. Temporarily the requirements.txt file is directed to use the Pyrogram fork created for with this new feature. pyrogram#1046 - #289
- Fixed repeated download failures of certain files caused by change in date object type send in message starting Pyrogram v2.x - #266
- Suppress repeated timeout and re-connect warning from Pyrogram
Note
Re-install dependencies
pip uninstall Pyrogram
make install
Full Changelog: v2.0.0...v2.0.1