Add key and name of the posting Sone to all replies.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 16:10:54 +0000 (18:10 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 16:10:54 +0000 (18:10 +0200)
src/main/resources/templates/insert/sone.xml

index 948b29f..83969fa 100644 (file)
@@ -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>