diff --git a/r2/r2/lib/pages/things.py b/r2/r2/lib/pages/things.py index 748528a170..b1478c4a6b 100644 --- a/r2/r2/lib/pages/things.py +++ b/r2/r2/lib/pages/things.py @@ -279,7 +279,7 @@ def __init__(self, thing, delete = False, report = True): can_block = True can_mute = False is_admin_message = False - show_distinguish = c.user.employee + show_distinguish = c.user.employee and c.user._id == thing.author_id del_on_recipient = (isinstance(thing, Message) and thing.del_on_recipient)