mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
/comments/gilded: Set c.profilepage = True for "in subreddit" etc.
This commit is contained in:
@@ -1055,3 +1055,7 @@ class GildedController(ListingController):
|
||||
|
||||
def query(self):
|
||||
return queries.get_gilded_comments()
|
||||
|
||||
def GET_listing(self, **env):
|
||||
c.profilepage = True
|
||||
return ListingController.GET_listing(self, **env)
|
||||
|
||||
Reference in New Issue
Block a user