From 82e86b118c5f31ccb24db20306166b53b7abd4f9 Mon Sep 17 00:00:00 2001
From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?=
 <bombe@pterodactylus.net>
Date: Fri, 15 Oct 2010 18:19:18 +0200
Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20store=20Sone=20ID=20in=20the=20r?=
 =?utf8?q?eply,=20it=E2=80=99s=20always=20the=20Sone=20being=20parsed!?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/templates/insert/sone.xml | 3 ---
 1 file changed, 3 deletions(-)

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>
-- 
2.7.4