[PLUGIN][Reply] WIP. Note complementary info now shows who has replied on the original note!

This commit is contained in:
2021-11-10 15:44:28 +00:00
parent f2f1bdc145
commit d0f9fde7c2
6 changed files with 60 additions and 45 deletions

View File

@@ -96,7 +96,7 @@ class Reply extends Controller
// Add it to note_repeat table
if (!is_null($reply_id)) {
DB::persist(NoteReply::create([
'id' => $reply_id,
'note_id' => $reply_id,
'actor_id' => $actor_id,
'reply_to' => $og_id
]));