From: David ‘Bombe’ Roden <bombe@pterodactylus.net>
Date: Fri, 15 Oct 2010 16:19:18 +0000 (+0200)
Subject: Don’t store Sone ID in the reply, it’s always the Sone being parsed!
X-Git-Tag: 0.1-RC1~322
X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=82e86b118c5f31ccb24db20306166b53b7abd4f9;p=Sone.git

Don’t store Sone ID in the reply, it’s always the Sone being parsed!
---

diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml
index f524f23..e2446c0 100644
--- a/src/main/resources/templates/insert/sone.xml
+++ b/src/main/resources/templates/insert/sone.xml
@@ -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>