User setting to disable blurring of sensitive pictures (#13883)
This commit is contained in:
parent
dbc72adaf9
commit
52825cb4c4
5 changed files with 10 additions and 3 deletions
|
@ -278,6 +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;
|
||||
|
||||
$o = DI::conversation()->render([$post], Conversation::MODE_SEARCH, false, true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue