From: David ‘Bombe’ Roden Date: Mon, 25 Oct 2010 19:53:11 +0000 (+0200) Subject: Backup post and reply likes. X-Git-Tag: 0.1-RC1~25 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d3d77512d56f86f61ec2ea2b2e6640ccb8b03758 Backup post and reply likes. --- diff --git a/src/main/resources/templates/backup.xml b/src/main/resources/templates/backup.xml index d7db058..1278404 100644 --- a/src/main/resources/templates/backup.xml +++ b/src/main/resources/templates/backup.xml @@ -35,6 +35,18 @@ <%/foreach> + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> + <%/foreach> + + + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> + <%/foreach> + + <%foreach currentSone.friends friend>