This commit is contained in:
Aevann1 2022-02-15 00:50:27 +02:00
parent 3b126e72f8
commit 06a36002a6
7 changed files with 31 additions and 25 deletions

View file

@ -97,8 +97,8 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None, sub=None):
comments = g.db.query(
Comment,
votes.c.vote_type,
blocking.c.id,
blocked.c.id,
blocking.c.target_id,
blocked.c.target_id,
)
if not (v and v.shadowbanned) and not (v and v.admin_level > 1):