diff --git a/controllers/Temp.js b/controllers/Temp.js index 7ca7510b..4b216813 100644 --- a/controllers/Temp.js +++ b/controllers/Temp.js @@ -2120,7 +2120,8 @@ class TempController { datePosted: comment.datePosted, profileImageKey: result.profileImageKey, commentUpVoted: commentUpVoted, - commentDownVoted: commentDownVoted + commentDownVoted: commentDownVoted, + isOwner: String(comment.commenterId) === String(userId) }) sendResponse(nameSendBackObject) } else {