Don’t store Sone ID in the reply, it’s always the Sone being parsed!
[Sone.git] / src / main / resources / templates / insert / sone.xml
index f524f23..e2446c0 100644 (file)
@@ -24,9 +24,6 @@
                <%foreach currentSone.replies reply>
                <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>