瀏覽代碼

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([