diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index b8724acc7f..2cc815c323 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -521,6 +521,8 @@ class OStatus Logger::log("Item with uri ".self::$itemlist[0]['uri']." will be imported since the thread contains posts or shares.", Logger::DEBUG); } } + } else { + $valid = true; } if ($valid) {