Merge branch 'enable-ogp-by-default' into 'develop'
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>
Tue, 9 Jul 2019 16:07:20 +0000 (16:07 +0000)
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>
Tue, 9 Jul 2019 16:07:20 +0000 (16:07 +0000)
Do not crash if metadata fails to render and enable OGP and TwitterCard by default

Closes #1034

See merge request pleroma/pleroma!1388

1  2 
CHANGELOG.md
config/config.exs

diff --cc CHANGELOG.md
index 63ab1a6e39ee090706db4a76b9ec3e4716208e64,e665a1986626a08312ce0b8b20c64dc961c278c9..9c4a57bb3d8ee43ee5085f593fcfa0ed2e392ac9
@@@ -13,10 -12,11 +13,12 @@@ Configuration: `federation_incoming_rep
  
  ### Fixed
  - Not being able to pin unlisted posts
+ - Metadata rendering errors resulting in the entire page being inaccessible
  - Mastodon API: Handling of search timeouts (`/api/v1/search` and `/api/v2/search`)
 +- Mastodon API: Embedded relationships not being properly rendered in the Account entity of Status entity
  
  ### Changed
+ - Configuration: OpenGraph and TwitterCard providers enabled by default
  - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text
  
  ### Changed
Simple merge