Procházet zdrojové kódy

Update StatusDelete

Daniel Supernault před 6 roky
rodič
revize
0077544779
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Jobs/StatusPipeline/StatusDelete.php

+ 1 - 1
app/Jobs/StatusPipeline/StatusDelete.php

@@ -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);