mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Issue 11315: Fix for all receivers in "to"
This commit is contained in:
parent
1b74ead75c
commit
5eb647585d
3 changed files with 8 additions and 7 deletions
|
@ -1408,7 +1408,7 @@ class Transmitter
|
|||
*/
|
||||
private static function isSensitive($uri_id)
|
||||
{
|
||||
return DBA::exists('tag-view', ['uri-id' => $uri_id, 'name' => 'nsfw']);
|
||||
return DBA::exists('tag-view', ['uri-id' => $uri_id, 'name' => 'nsfw', 'type' => Tag::HASHTAG]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue