mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Expose user over_18 setting to the me.json API.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user