X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbackup.xml;h=5591e7c16e529d33d200fbad42f966e83b42b563;hb=2c5b76a2fbce16ef33f079a3de9ae9fc9a9d30b8;hp=98569ff98848893e3a882102fa7a48bbc53bdfec;hpb=714e31509e204d368a59211a6ab04756d62a2b31;p=Sone.git diff --git a/src/main/resources/templates/backup.xml b/src/main/resources/templates/backup.xml index 98569ff..5591e7c 100644 --- a/src/main/resources/templates/backup.xml +++ b/src/main/resources/templates/backup.xml @@ -1,14 +1,18 @@ - <% currentSone.name|xml> - <% currentSone.requestUri|xml> - <% currentSone.insertUri|xml> + <% currentSone.id|xml> + + <% currentSone.requestUri|xml> + <% currentSone.insertUri|xml> <% currentSone.profile.firstName|xml> <% currentSone.profile.middleName|xml> <% currentSone.profile.lastName|xml> + <% currentSone.profile.birthDay|xml> + <% currentSone.profile.birthMonth|xml> + <% currentSone.profile.birthYear|xml> @@ -32,6 +36,18 @@ <%/foreach> + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> + <%/foreach> + + + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> + <%/foreach> + + <%foreach currentSone.friends friend>