Daniel Supernault hace 6 años
padre
commit
b396a054d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

@@ -248,7 +248,7 @@ class Inbox
         }
         $status = Status::firstOrCreate([
             'profile_id' => $actor->id,
-            'in_reply_to_id' => $parent->id,
+            'reblog_of_id' => $parent->id,
             'type' => 'reply'
         ]);
         Notification::firstOrCreate([