Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Allow employees to distinguish messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjoconnor committed Aug 1, 2016
1 parent f6ec25f commit 5a27265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/lib/pages/things.py
Expand Up @@ -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)

Expand Down

0 comments on commit 5a27265

Please sign in to comment.