Add Conversations to Inbox

This commit is contained in:
Daniel Supernault 2022-04-20 05:08:49 -06:00
parent f34a1e9d8e
commit 3172cb59cd
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ use App\Util\ActivityPub\Validator\UndoFollow as UndoFollowValidator;
use App\Services\PollService;
use App\Services\FollowerService;
use App\Models\Conversation;
class Inbox
{