summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-07-21 18:22:22 +0300
committerrinpatch <rinpatch@sdf.org>2019-07-21 18:22:22 +0300
commit33681747857eec90ff56ea0342d2ea179c4f856e (patch)
tree6d62dc262a263ac4a8195ca5727cbd69a2f22364 /CHANGELOG.md
parentfe548f322e834c7c81678a460c54c71f1198021c (diff)
downloadpleroma-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.md1
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`)