mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Add is_gold parameter to user JSON.
This commit is contained in:
@@ -202,7 +202,8 @@ class AccountJsonTemplate(ThingJsonTemplate):
|
||||
comment_karma = "comment_karma",
|
||||
has_mail = "has_mail",
|
||||
has_mod_mail = "has_mod_mail",
|
||||
is_mod = "is_mod"
|
||||
is_mod = "is_mod",
|
||||
is_gold = "gold"
|
||||
)
|
||||
|
||||
def thing_attr(self, thing, attr):
|
||||
|
||||
Reference in New Issue
Block a user