diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index c65e2c272..d23cff713 100755 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -522,6 +522,7 @@ class CommentJsonTemplate(ThingJsonTemplate): d = ThingJsonTemplate.raw_data(self, thing) if c.profilepage: d['link_title'] = thing.link.title + d['link_author'] = thing.link_author.name return d def rendered_data(self, wrapped):