Expose user over_18 setting to the me.json API.

This commit is contained in:
Max Goodman
2013-02-01 14:43:15 -08:00
parent 4662dcc409
commit f3ff1c4f3b

View File

@@ -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):