mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
add context param to message JSON templates
This commit is contained in:
@@ -276,6 +276,7 @@ class MessageJsonTemplate(ThingJsonTemplate):
|
||||
author = "author",
|
||||
dest = "dest",
|
||||
was_comment = "was_comment",
|
||||
context = "context",
|
||||
created = "created")
|
||||
|
||||
def thing_attr(self, thing, attr):
|
||||
|
||||
Reference in New Issue
Block a user