DEV: Remove comment that doesn't make any sense.

This commit is contained in:
Alan Guo Xiang Tan 2022-04-08 09:18:13 +08:00
parent 39a6de3d73
commit 499793cbbc

View File

@ -18,7 +18,7 @@ export function transformBasicPost(post) {
deleted: post.get("deleted"),
deleted_at: post.deleted_at,
user_deleted: post.user_deleted,
isDeleted: post.deleted_at || post.user_deleted, // xxxxx
isDeleted: post.deleted_at || post.user_deleted,
deletedByAvatarTemplate: null,
deletedByUsername: null,
primary_group_name: post.primary_group_name,