Merge pull request #2566 from pixelfed/staging

Update InboxPipeline, add missing import
pull/2580/head
daniel 4 years ago committed by GitHub
commit acf04b6b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,7 @@
namespace App\Jobs\InboxPipeline;
use Cache;
use App\Profile;
use App\Util\ActivityPub\{
Helpers,

@ -2,6 +2,7 @@
namespace App\Jobs\InboxPipeline;
use Cache;
use App\Profile;
use App\Util\ActivityPub\{
Helpers,
@ -103,7 +104,7 @@ class InboxWorker implements ShouldQueue
return;
}
});
return;
}

Loading…
Cancel
Save