diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/feedutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php index 4864a6ef5..62e1299a4 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -673,7 +673,7 @@ function get_atom_elements($feed, $item) { // construct so the post will already be collapsed. The generated tag is almost // always wrong and even if it isn't we would already be doing the right thing. - if($mastodon && $termterm === 'nsfw') + if($mastodon && $termterm === 'nsfw' && $summary && $res['body']) continue; if($termterm) { |