mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Comment embeds: fix missing "load more comments" regression.
This commit is contained in:
@@ -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}',
|
||||
|
||||
Reference in New Issue
Block a user