mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-06 11:50:46 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Helpers::userInAudience($this->profile, $this->payload) == false) {
|
// if(Helpers::userInAudience($this->profile, $this->payload) == false) {
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
$url = $activity['id'];
|
$url = $activity['id'];
|
||||||
if(Status::whereUrl($url)->exists()) {
|
if(Status::whereUrl($url)->exists()) {
|
||||||
|
|
Loading…
Reference in a new issue