Get discussions by blog fix
Compare changes
@@ -384,11 +384,13 @@ async def get_discussions_by_blog(context, tag: str = None, start_author: str =
@@ -384,11 +384,13 @@ async def get_discussions_by_blog(context, tag: str = None, start_author: str =
post['active_votes'] = await find_votes(context, {'author':post['author'], 'permlink':post['permlink']})