]> git.mxchange.org Git - friendica.git/commitdiff
Issue 13984: Fix preview picture
authorMichael <heluecht@pirati.ca>
Sat, 16 Mar 2024 10:30:43 +0000 (10:30 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 16 Mar 2024 10:30:43 +0000 (10:30 +0000)
mod/item.php

index 2ea7c962401a278468c4e6490edec736afe5b32c..5d20cc04a6a1844f5d016db7820e5f3f8c628151 100644 (file)
@@ -278,7 +278,7 @@ function item_process(array $post, array $request, bool $preview, string $return
                $post['quote-uri-id']   = Item::getQuoteUriId($post['body'], $post['uid']);
                $post['body']           = BBCode::removeSharedData(Item::setHashtags($post['body']));
                $post['writable']       = true;
-               $post['sensitive']      = true;
+               $post['sensitive']      = false;
 
                $o = DI::conversation()->render([$post], Conversation::MODE_SEARCH, false, true);