mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ap inbox
This commit is contained in:
parent
2a5e95f64f
commit
e3da7bfca3
1 changed files with 3 additions and 3 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue