wzq 5 anni fa
parent
commit
1e834318af
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Repositories/Post/PostRepository.php

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

@@ -714,6 +714,7 @@ class PostRepository
             $comment->save();
 
             DB::commit();
+            Redis::SADD('delete_post_comment_ids', $comment->id);
             return Response::create();
 
         } catch (QueryException $exception) {