From: Michael Date: Wed, 24 Mar 2021 19:49:20 +0000 (+0000) Subject: Don't automatically post hashtags when sharing links X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c17357a888a52aec7b346cfaa7f7296bbb42d73;p=friendica.git Don't automatically post hashtags when sharing links --- diff --git a/mod/item.php b/mod/item.php index 467d538f26..75f234a759 100644 --- a/mod/item.php +++ b/mod/item.php @@ -221,6 +221,7 @@ function item_post(App $a) { // Fetch the basic attachment data $attachment = ParseUrl::getSiteinfoCached($attachment_url); + unset($attachment['keywords']); // Overwrite the basic data with possible changes from the frontend $attachment['type'] = $attachment_type;