diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index 2a73fe04a..a0f93ee8c 100755 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -244,6 +244,7 @@ class IdentityJsonTemplate(ThingJsonTemplate): comment_karma = "comment_karma", is_gold = "gold", is_mod = "is_mod", + over_18 = "pref_over_18", ) def thing_attr(self, thing, attr):