Skip to content
Snippets Groups Projects
Unverified Commit acf04b6b authored by daniel's avatar daniel Committed by GitHub
Browse files

Merge pull request #2566 from pixelfed/staging

Update InboxPipeline, add missing import
parents b56730f5 56256cb0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment