X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=511cbf2383275351ebacef6abb4eea33f0f44cd8;hb=7b8fc206a4da09d1b4f61e8eea674ca0bbe5872b;hp=e6157254954882a5d40b270143f6aa76eee89ba0;hpb=0206f400c986a38cd91978059e98838c02af0b99;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index e615725..511cbf2 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -31,7 +31,7 @@ <%foreach currentSone.posts post> <% post.id|xml> - <%ifnull !post.recipient><% post.recipient.id|xml><%/if> + <%if post.recipientId.present><% post.recipientId.get|xml><%/if> <% post.text|xml> @@ -42,7 +42,7 @@ <%foreach currentSone.replies reply> <% reply.id> - <% reply.post.id|xml> + <% reply.postId|xml> <% reply.text|xml>