diff --git a/r2/r2/controllers/listingcontroller.py b/r2/r2/controllers/listingcontroller.py index 55776f32b..09c3d3f06 100755 --- a/r2/r2/controllers/listingcontroller.py +++ b/r2/r2/controllers/listingcontroller.py @@ -686,7 +686,8 @@ class UserController(ListingController): @listing_api_doc(section=api_section.users, uri='/user/{username}/{where}', uri_variants=['/user/{username}/' + where for where in [ 'overview', 'submitted', 'comments', - 'liked', 'disliked', 'hidden', 'saved']]) + 'liked', 'disliked', 'hidden', 'saved', + 'gilded']]) def GET_listing(self, where, vuser, sort, time, **env): self.where = where self.sort = sort