Update ap inbox

This commit is contained in:
Daniel Supernault 2019-07-26 22:53:38 -06:00
parent 2a5e95f64f
commit e3da7bfca3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 3 deletions

View File

@ -143,9 +143,9 @@ class Inbox
return;
}
if(Helpers::userInAudience($this->profile, $this->payload) == false) {
return;
}
// if(Helpers::userInAudience($this->profile, $this->payload) == false) {
// return;
// }
$url = $activity['id'];
if(Status::whereUrl($url)->exists()) {