Merge pull request #2566 from pixelfed/staging

Update InboxPipeline, add missing import
This commit is contained in:
daniel 2021-01-13 21:46:41 -07:00 committed by GitHub
commit acf04b6b63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

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