Don’t insert friends anymore.
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 704c415..27b9c20 100644 (file)
@@ -3,6 +3,7 @@
 
        <id><% currentSone.id></id>
        <name><% currentSone.name|xml></name>
+       <time><% currentSone.time></time>
 
        <profile>
                <first-name><% currentSone.profile.firstName|xml></first-name>
                <%/foreach>
        </replies>
 
-       <friends>
-               <%foreach currentSone.friends friend>
-               <friend>
-                       <sone-id><% friend.id|xml></sone-id>
-                       <sone-key><% friend.requestUri|xml></sone-key>
-                       <sone-name><% friend.name|xml></sone-name>
-               </friend>
-               <%/foreach>
-       </friends>
-
        <known-sones>
                <%foreach knownSones sone>
                <known-sone>