]> git.mxchange.org Git - friendica.git/commitdiff
Remove content warning processing in put_item_in_cache
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 1 Apr 2018 06:23:56 +0000 (02:23 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 5 Apr 2018 03:08:48 +0000 (23:08 -0400)
include/text.php

index 311422c5751d9af55f2399298a1b4543f94e0c50..f08baaf63fcd884155c586e1508f56e479094187 100644 (file)
@@ -1183,11 +1183,6 @@ function put_item_in_cache(&$item, $update = false)
 {
        $body = $item["body"];
 
-       // Add the content warning
-       if (!empty($item['content-warning'])) {
-               $item["body"] = $item['content-warning'] . '[spoiler]' . $item["body"] . '[/spoiler]';
-       }
-
        $rendered_hash = defaults($item, 'rendered-hash', '');
 
        if ($rendered_hash == ''