X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=229ac42021b5f320e0b63f764e0ac6a9a008e3d1;hb=bf6da11210fb439f2cdc8fcb8755589d04b4db3b;hp=2469e4943220417683c15341fce40645a32592ad;hpb=08f0784ec6247da055b3d07835aa089333de0bcb;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 2469e49..229ac42 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -32,15 +32,17 @@ <%/foreach> - - <%foreach currentSone.friends friend> - - <% friend.id|xml> - <% friend.requestUri|xml> - <% friend.name|xml> - + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> <%/foreach> - + + + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> + <%/foreach> + <%foreach knownSones sone>