diff --git a/controllers/Temp.js b/controllers/Temp.js index a5c67118..6716599e 100644 --- a/controllers/Temp.js +++ b/controllers/Temp.js @@ -3865,7 +3865,8 @@ class TempController { datePosted: comment.datePosted, profileImageKey: commentCreator.profileImageKey, commentUpVoted: commentUpVoted, - commentDownVoted: commentDownVoted + commentDownVoted: commentDownVoted, + isOwner: String(comment.commenterId) === String(userId) }) } })