wzq %!s(int64=5) %!d(string=hai) anos
pai
achega
1fbdade68f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();