mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Include "has_verified_email" flag in IdentityJsonTemplate.
This commit is contained in:
@@ -251,6 +251,7 @@ class IdentityJsonTemplate(ThingJsonTemplate):
|
||||
is_gold = "gold",
|
||||
is_mod = "is_mod",
|
||||
over_18 = "pref_over_18",
|
||||
has_verified_email = "email_verified",
|
||||
)
|
||||
|
||||
def thing_attr(self, thing, attr):
|
||||
|
||||
Reference in New Issue
Block a user