From: Haelwenn Date: Tue, 9 Jul 2019 16:07:20 +0000 (+0000) Subject: Merge branch 'enable-ogp-by-default' into 'develop' X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1ab4e35f27f2d54058460657f63de09a8f9d1444;p=akkoma Merge branch 'enable-ogp-by-default' into 'develop' Do not crash if metadata fails to render and enable OGP and TwitterCard by default Closes #1034 See merge request pleroma/pleroma!1388 --- 1ab4e35f27f2d54058460657f63de09a8f9d1444 diff --cc CHANGELOG.md index 63ab1a6e3,e665a1986..9c4a57bb3 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -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