Comment embeds: fix missing "load more comments" regression.

This commit is contained in:
David Wick
2015-01-14 11:03:54 -08:00
parent 099c1ecba1
commit fe0fb1723c

View File

@@ -212,8 +212,8 @@ class FrontController(RedditController):
docs={"limit": "(optional) an integer"}),
depth=VInt('depth',
docs={"depth": "(optional) an integer"}),
showedits=VBoolean("showedits"),
showmore=VBoolean("showmore"),
showedits=VBoolean("showedits", default=True),
showmore=VBoolean("showmore", default=True),
)
@api_doc(api_section.listings,
uri='/comments/{article}',