mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
DEV: Remove comment that doesn't make any sense.
This commit is contained in:
parent
39a6de3d73
commit
499793cbbc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user