From a917537c5f186694003c19969707de2b8faecb4f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 1 Jul 2022 15:28:22 +0200 Subject: [PATCH] testing bandwidth --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 522c4c609..437278bb3 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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():