From 9a0df9a94218d91ef289c7de5d7e65d1d52b2df4 Mon Sep 17 00:00:00 2001 From: KeyserSosa Date: Mon, 16 Mar 2009 15:52:31 -0700 Subject: [PATCH] add context param to message JSON templates --- r2/r2/lib/jsontemplates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index a19be4c8c..20f0ff9f6 100644 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -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):