diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-07-21 18:22:22 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-07-21 18:22:22 +0300 |
| commit | 33681747857eec90ff56ea0342d2ea179c4f856e (patch) | |
| tree | 6d62dc262a263ac4a8195ca5727cbd69a2f22364 /CHANGELOG.md | |
| parent | fe548f322e834c7c81678a460c54c71f1198021c (diff) | |
| download | pleroma-33681747857eec90ff56ea0342d2ea179c4f856e.tar.gz pleroma-33681747857eec90ff56ea0342d2ea179c4f856e.zip | |
Fix rich media parser failing when no TTL can be found by image TTL
setters
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 f60f3ed97..5c7214f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Add `account_id`, `type`, `offset`, and `limit` to search API (`/api/v1/search` and `/api/v2/search`) - ActivityPub C2S: follower/following collection pages being inaccessible even when authentifucated if `hide_followers`/ `hide_follows` was set - Existing user id not being preserved on insert conflict +- Rich Media: Parser failing when no TTL can be found by image TTL setters ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) |
