diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-05 12:37:27 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-05 20:53:46 +0300 |
commit | e198ba492e5cb1b6ff81775db08298bfcdf1454a (patch) | |
tree | 2b94160ba6a4f750bf090fc84c2c53e746c3e307 /CHANGELOG.md | |
parent | 2cd2a8fda3f5a7c2da017eb8e0d786690bdb5509 (diff) | |
download | pleroma-e198ba492e5cb1b6ff81775db08298bfcdf1454a.tar.gz pleroma-e198ba492e5cb1b6ff81775db08298bfcdf1454a.zip |
Rich Media: Do not cache URLs for preview statuses
Closes #1987
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd5b94a8..4662045ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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. +- Mastodon API: Cards being wrong for preview statuses due to cache key collision - Password resets no longer processed for deactivated accounts ## [2.1.0] - 2020-08-28 |