diff --git a/files/routes/awards.py b/files/routes/awards.py index 596dec785..522195576 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -153,7 +153,6 @@ def award_thing(v, thing_type, id): thing = get_comment(id) if not thing.parent_post and not thing.wall_user_id: abort(404) # don't let users award messages - if v.shadowbanned: abort(500) author = thing.author AWARDS = deepcopy(AWARDS_ENABLED)