Don’t store Sone ID in the reply, it’s always the Sone being parsed!
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 15 Oct 2010 16:19:18 +0000 (18:19 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 15 Oct 2010 16:19:18 +0000 (18:19 +0200)
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>