@@ -328,7 +328,9 @@ class Helpers {
$status->scope = $scope;
$status->visibility = $scope;
$status->save();
- self::importNoteAttachment($res, $status);
+ if($reply_to == null) {
+ self::importNoteAttachment($res, $status);
+ }
return $status;
});
@@ -143,7 +143,7 @@ class Inbox
return;
}
- if(Helpers::userInAudience($this->profile, $this->payload) == false) {
+ if($actor->followers()->count() == 0) {