From 9831a5361e764e040e9379de98d656bb863e6b96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= <bombe@pterodactylus.net> Date: Thu, 14 Oct 2010 18:10:54 +0200 Subject: [PATCH] Add key and name of the posting Sone to all replies. --- src/main/resources/templates/insert/sone.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 948b29f..83969fa 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -25,6 +25,8 @@ <reply> <id><% reply.id></id> <sone-id><% reply.post.sone.requestUri|html></sone-id> + <sone-key><% reply.post.sone.requestUri|html></sone-key> + <sone-name><% reply.post.sone.niceName|html></sone-name> <post-id><% reply.post.id></post-id> <time><% reply.time></time> <text><% reply.text></text> -- 2.7.4