cxzxzc
This commit is contained in:
parent
13d2342b62
commit
b4dc4e1679
8 changed files with 49 additions and 33 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue