1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-09 13:52:32 +00:00

Add Purify

This commit is contained in:
Daniel Supernault 2023-05-25 01:32:58 -06:00
parent 559978db46
commit 8b3d1eeb5e
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -13,6 +13,7 @@ use App\ModLog;
use App\Status;
use App\Models\StatusEdit;
use App\Services\StatusService;
use Purify;
class StatusRemoteUpdatePipeline implements ShouldQueue
{