Message: don't distinguish author of parent comment.

This commit is contained in:
Brian Simpson
2014-12-19 22:50:05 -05:00
parent 586cc18f71
commit 8d90f8be2c

View File

@@ -59,7 +59,7 @@ ${parent.thing_css_class(what)} ${"new" if thing.new else ""} ${"was-comment" if
if isinstance(thing.to, Account):
to_attribs = []
if thing.sr_id:
if thing.sr_id and not thing.was_comment:
if thing.to.name in g.admins:
# distinguish admins in admin modmail
add_attr(to_attribs, 'A')