gf
This commit is contained in:
parent
a69c5351fe
commit
f3bb52e379
34 changed files with 3208 additions and 3185 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue