This commit is contained in:
Aevann1 2022-01-22 12:14:15 +02:00
parent 13d2342b62
commit b4dc4e1679
8 changed files with 49 additions and 33 deletions

View file

@ -22,7 +22,7 @@ def admin_vote_info_get(v):
else: abort(400)
except: abort(400)
if thing.author_name == '👻': abort(403)
if thing.ghost: abort(403)
if isinstance(thing, Submission):
if thing.author.shadowbanned and not (v and v.admin_level):