mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Use profile page mode for all /comments/gilded listings.
This commit is contained in:
@@ -1064,6 +1064,5 @@ class GildedController(ListingController):
|
||||
abort(404)
|
||||
|
||||
def GET_listing(self, **env):
|
||||
if isinstance(c.site, FakeSubreddit):
|
||||
c.profilepage = True
|
||||
c.profilepage = True
|
||||
return ListingController.GET_listing(self, **env)
|
||||
|
||||
Reference in New Issue
Block a user