diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index 7850ca1b2..9fbd7f74d 100644 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -182,9 +182,14 @@ class CommentJsonTemplate(ThingJsonTemplate): return d class MoreCommentJsonTemplate(CommentJsonTemplate): + __data_attrs__ = dict(id = "_id36", + name = "_fullname") def points(self, wrapped): return [] + def kind(self, wrapped): + return "more" + class MessageJsonTemplate(ThingJsonTemplate): __data_attrs__ = dict(id = "_id36", name = "_fullname",