Browse Source

Update AP Inbox

Daniel Supernault 4 years ago
parent
commit
20749d7c3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

@@ -233,7 +233,7 @@ class Inbox
         $dm->from_id = $actor->id;
         $dm->status_id = $status->id;
         $dm->is_hidden = $hidden;
-        $dm->type = $request->input('type');
+        $dm->type = 'text';
         $dm->save();
 
         if(count($activity['attachment'])) {