File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -785,9 +785,9 @@ block content
785
785
if isUploaderOrAdmin || ( user && comment .commenter ._id == user ._id )
786
786
a.delete-comment-thread-button ( style ="margin-left:9px;cursor:pointer;" commentId =comment ._id ) Delete
787
787
788
- if isUploader && ! comment .commenter .isBlocked
788
+ if isUploader && ! comment .commenter .isBlocked && ( user && comment . commenter . _id != user . _id )
789
789
a.block-user-button ( style ="margin-left:9px;cursor:pointer;" blockedusername =comment .commenter .channelUrl ) Block User
790
- if isUploader && comment .commenter .isBlocked
790
+ if isUploader && comment .commenter .isBlocked && ( user && comment . commenter . _id != user . _id )
791
791
a.unblock-user-button ( style ="margin-left:9px;cursor:pointer;" blockedusername =comment .commenter .channelUrl ) Unblock User
792
792
793
793
You can’t perform that action at this time.
0 commit comments