mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update StatusDelete
This commit is contained in:
parent
7bad6adab5
commit
0077544779
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class StatusDelete implements ShouldQueue
|
|||
{
|
||||
$status = $this->status;
|
||||
|
||||
if(config('pixelfed.activitypub_enabled') == true) {
|
||||
if(config('federation.activitypub.enabled') == true) {
|
||||
$this->fanoutDelete($status);
|
||||
} else {
|
||||
$this->unlinkRemoveMedia($status);
|
||||
|
|
Loading…
Add table
Reference in a new issue