Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

Delete status and post parent id on render

Merged Muhammad Rafif Elfazri requested to merge rafif-auth into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading