forked from MarseyWorld/MarseyWorld
testing bandwidth
parent
1676572f09
commit
a917537c5f
|
@ -170,7 +170,7 @@ def post_id(pid, anything=None, v=None, sub=None):
|
|||
blocked,
|
||||
blocked.c.user_id == Comment.author_id,
|
||||
isouter=True
|
||||
).options(joinedload(Comment.flags), joinedload(Comment.awards), joinedload(Comment.author), joinedload(Comment.author, User.badges))
|
||||
).options(joinedload(Comment.flags), joinedload(Comment.awards))
|
||||
|
||||
output = []
|
||||
for c in comments.all():
|
||||
|
|
Loading…
Reference in New Issue