소스 검색

Update inbox

Daniel Supernault 6 년 전
부모
커밋
b396a054d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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([