X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=9d29d6b81e70d3df8e0a7fec26942a6823ed6fec;hb=2ef163831826acdb2113f04278d90fa0a60d3f8e;hp=c7e6eff14cd6fc5f5a491c23a03efa9142542cb5;hpb=a2384644eb91f324faa42be4fb3c0acb5935a63b;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index c7e6eff..9d29d6b 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -30,7 +30,7 @@ <%foreach currentSone.posts post> - <% post.id|xml> + <% post.internalId|xml> <%if post.recipientId.present><% post.recipientId.get|xml><%/if> <% post.text|xml> @@ -41,8 +41,8 @@ <%foreach currentSone.replies reply> - <% reply.id> - <% reply.postId.get|xml> + <% reply.internalId> + <% reply.postId|xml> <% reply.text|xml> @@ -66,19 +66,19 @@ <%/first> - <%album.id|xml> - <%ifnull !album.parent> - <%album.parent.id|xml> + <%album.internalId|xml> + <%if !album.parent.root> + <%album.parent.internalId|xml> <%/if> <%album.title|xml> <%album.description|xml> - <%album.albumImage.id|xml> + <%album.albumImage.internalId|xml> <%foreach album.images image> <%first> <%/first> - <%image.id|xml> + <%image.internalId|xml> <%image.creationTime|xml> <%image.key|xml> <%image.title|xml>