Skip to content
Snippets Groups Projects

Get discussions by blog fix

Merged Bartek Wrona requested to merge get_discussions_by_blog_fix into develop
@@ -389,6 +389,8 @@ async def get_discussions_by_blog(context, tag: str = None, start_author: str =
@@ -389,6 +389,8 @@ async def get_discussions_by_blog(context, tag: str = None, start_author: str =
#posts_by_id[row['post_id']] = post
#posts_by_id[row['post_id']] = post
posts_by_id.append(post)
posts_by_id.append(post)
 
return posts_by_id
 
@return_error_info
@return_error_info
@nested_query_compat
@nested_query_compat
async def get_discussions_by_feed(context, tag: str = None, start_author: str = '',
async def get_discussions_by_feed(context, tag: str = None, start_author: str = '',
Loading