stat-fix-8
This commit is contained in:
@@ -133,7 +133,7 @@ async def load_shouts_by(_, info, options):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
q = (
|
q = (
|
||||||
select(Shout)
|
select(Shout, Author)
|
||||||
.options(
|
.options(
|
||||||
joinedload(Shout.authors),
|
joinedload(Shout.authors),
|
||||||
joinedload(Shout.topics),
|
joinedload(Shout.topics),
|
||||||
|
|||||||
Reference in New Issue
Block a user