Update InboxPipeline

pull/2454/head
Daniel Supernault 5 years ago
parent e2e32682fd
commit 4fbada5586
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -9,10 +9,10 @@ use App\Util\ActivityPub\{
Inbox Inbox
}; };
use Illuminate\Bus\Queueable; use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Zttp\Zttp; use Zttp\Zttp;
class InboxValidator implements ShouldQueue class InboxValidator implements ShouldQueue

@ -3,12 +3,17 @@
namespace App\Jobs\InboxPipeline; namespace App\Jobs\InboxPipeline;
use App\Profile; use App\Profile;
use App\Util\ActivityPub\Inbox; use App\Util\ActivityPub\{
Helpers,
HttpSignature,
Inbox
};
use Illuminate\Bus\Queueable; use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
use Zttp\Zttp;
class InboxWorker implements ShouldQueue class InboxWorker implements ShouldQueue
{ {

Loading…
Cancel
Save