From: Mark Felder Date: Wed, 9 Jun 2021 16:56:54 +0000 (-0500) Subject: Add new Twittercard/OGP changes X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d12e62c0b6f83a439c49a4bd94b4e77e53da66a1;p=akkoma Add new Twittercard/OGP changes --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb462f07..52d92c6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. - HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising. - Email address is now returned if requesting user is the owner of the user account so it can be exposed in client and FE user settings UIs. +- Improved Twittercard and OpenGraph meta tag generation including thumbnails and image dimension metadata when available. ### Added