diff --git a/api/comment_list.go b/api/comment_list.go index f451d08..353f5ec 100644 --- a/api/comment_list.go +++ b/api/comment_list.go @@ -84,6 +84,10 @@ func commentList(commenterHex string, domain string, path string, includeUnappro } } + if commenterHex != c.CommenterHex { + c.Markdown = "" + } + if !includeUnapproved { c.State = "" }