mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Add accounts_active information to the JSON template.
This commit is contained in:
@@ -210,7 +210,9 @@ class SubredditJsonTemplate(ThingJsonTemplate):
|
||||
display_name = "name",
|
||||
header_img = "header",
|
||||
header_size = "header_size",
|
||||
header_title = "header_title")
|
||||
header_title = "header_title",
|
||||
accounts_active = "accounts_active",
|
||||
)
|
||||
|
||||
def thing_attr(self, thing, attr):
|
||||
# Don't reveal revenue information via /r/lounge's subscribers
|
||||
|
||||
Reference in New Issue
Block a user