wzq 5 роки тому
батько
коміт
1fbdade68f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Repositories/Post/PostRepository.php

+ 1 - 1
app/Repositories/Post/PostRepository.php

@@ -420,7 +420,7 @@ class PostRepository
                     'reply_uid' => $comment->reply_uid,
                     'reply_username' => $comment->reply_username,
                     'target_id' => $comment->uid,
-                    'action_id' => $post->id,
+                    'action_id' => $comment->id,
                 ]);
             }
             return Response::create();