diff --git a/diskuy_back/lib/diskuy_web/views/post_view.ex b/diskuy_back/lib/diskuy_web/views/post_view.ex
index 2effa093aba1fe666505e147dbeb2155950c0a9c..3946fbbdd91d6f16a3b5f350b06f9512053bc32e 100644
--- a/diskuy_back/lib/diskuy_web/views/post_view.ex
+++ b/diskuy_back/lib/diskuy_web/views/post_view.ex
@@ -15,10 +15,8 @@ defmodule DiskuyWeb.PostView do
     %{id: post.id,
       message: post.message,
       points: post.points,
-      status: post.status,
       user_id: post.user_id,
       username: user.username,
-      post_parent_id: post.post_parent_id,
       thread_id: post.thread_id,
       inserted_at: post.inserted_at,
       updated_at: post.updated_at,