diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-04 19:51:07 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-05 12:43:40 -0500 |
commit | 35779b5540f23c4bb6ed2ef6f612447a89abec70 (patch) | |
tree | 6c96237e7079ae02997a4c5f3cda35b8113f01bc | |
parent | d4e1cecb99fe52b0786a70ee8e30d1549c6d9228 (diff) | |
download | pleroma-35779b5540f23c4bb6ed2ef6f612447a89abec70.tar.gz |
CHANGELOG: rich media
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb4b1e73..d0ff170cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MRF (`FollowBotPolicy`): New MRF Policy which makes a designated local Bot account attempt to follow all users in public Notes received by your instance. Users who require approving follower requests or have #nobot in their profile are excluded. - Return OAuth token `id` (primary key) in POST `/oauth/token`. +- Improved rich media embeds with OEmbed. +- `[:rich_media, :oembed_providers_enabled]` configuration option to enable/disable the list of OEmbed providers for rich media embeds. ### Fixed - Don't crash so hard when email settings are invalid. |