From 7c17357a888a52aec7b346cfaa7f7296bbb42d73 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 24 Mar 2021 19:49:20 +0000 Subject: [PATCH] Don't automatically post hashtags when sharing links --- mod/item.php | 1 + 1 file changed, 1 insertion(+) 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;