Browse Source

Add Conversations to Inbox

Daniel Supernault 3 years ago
parent
commit
3172cb59cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Util/ActivityPub/Inbox.php

+ 1 - 0
app/Util/ActivityPub/Inbox.php

@@ -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
 {