forked from MarseyWorld/MarseyWorld
fix previous commit
parent
c8d5eb0f57
commit
67dff25a5a
|
@ -169,6 +169,7 @@ def post_id(pid, anything=None, v=None, sub=None):
|
||||||
blocked,
|
blocked,
|
||||||
blocked.c.user_id == Comment.author_id,
|
blocked.c.user_id == Comment.author_id,
|
||||||
isouter=True
|
isouter=True
|
||||||
|
)
|
||||||
|
|
||||||
output = []
|
output = []
|
||||||
for c in comments.all():
|
for c in comments.all():
|
||||||
|
|
Loading…
Reference in New Issue