mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 22:08:11 -05:00
Message: don't distinguish author of parent comment.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user