This commit is contained in:
Aevann1 2022-02-16 04:15:17 +02:00
parent a69c5351fe
commit f3bb52e379
34 changed files with 3208 additions and 3185 deletions

View file

@ -194,9 +194,10 @@ def get_comment(i, v=None, graceful=False):
UserBlock.user_id == v.id,
UserBlock.target_id == comment.author_id
),
and_(UserBlock.user_id == comment.author_id,
UserBlock.target_id == v.id
)
and_(
UserBlock.user_id == comment.author_id,
UserBlock.target_id == v.id
)
)
).one_or_none()