wzq пре 5 година
родитељ
комит
590aab9c0e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/Repositories/Post/PostRepository.php

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

@@ -268,7 +268,7 @@ class PostRepository
             $data['parent_id'] = $request['parent_id'];
             $data['reply_uid'] = $comment->uid;
             $data['reply_username'] = $comment->username;
-            $this->rabbitMqUtil->push('add_message_one', [
+            $this->rabbitMqUtil->push('add_message', [
                 'uid' => $comment->uid,
                 'message_show_type' => 'post_reply_main',
                 'param' => [
@@ -277,7 +277,7 @@ class PostRepository
                 ]
             ]);
         }else{
-            $this->rabbitMqUtil->push('add_message_one', [
+            $this->rabbitMqUtil->push('add_message', [
                 'uid' => $post->uid,
                 'message_show_type' => 'post_comment',
                 'param' => [