StatusView: Start fetching rich media cards as soon as possible

This commit is contained in:
rinpatch 2020-09-02 13:44:08 +03:00
commit d48fc90978
2 changed files with 18 additions and 0 deletions

View file

@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers
- Mastodon API: Timelines hanging for (`number of posts with links * rich media timeout`) in the worst case.
Reduced to just rich media timeout.
## [2.1.0] - 2020-08-28