Add birth date to profile.
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 66032d5..782eccd 100644 (file)
@@ -9,6 +9,9 @@
                <first-name><% currentSone.profile.firstName|xml></first-name>
                <middle-name><% currentSone.profile.middleName|xml></middle-name>
                <last-name><% currentSone.profile.lastName|xml></last-name>
+               <birth-day><% currentSone.profile.birthDay|xml></birth-day>
+               <birth-month><% currentSone.profile.birthMonth|xml></birth-month>
+               <birth-year><% currentSone.profile.birthYear|xml></birth-year>
        </profile>
 
        <posts>
                <%/foreach>
        </post-likes>
 
+       <reply-likes>
+               <%foreach currentSone.likedReplyIds replyId>
+               <reply-like><% replyId|xml></reply-like>
+               <%/foreach>
+       </reply-likes>
+
        <known-sones>
                <%foreach knownSones sone>
                <known-sone>