This commit is contained in:
@@ -153,6 +153,7 @@ def add_rating_columns(q, group_list):
|
||||
)
|
||||
)).label('shouts_rating')
|
||||
)
|
||||
.select_from(Reaction)
|
||||
.outerjoin(
|
||||
Shout,
|
||||
Shout.authors.any(Author.id == Author.id)
|
||||
|
Reference in New Issue
Block a user