Add key and name of the posting Sone to all replies.
[Sone.git] / 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>