]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_post.tpl
Merge pull request #935 from annando/master
[friendica.git] / view / templates / diaspora_post.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <XML>
7   <post>
8     <status_message>
9       <raw_message>{{$body}}</raw_message>
10       <guid>{{$guid}}</guid>
11       <diaspora_handle>{{$handle}}</diaspora_handle>
12       <public>{{$public}}</public>
13       <created_at>{{$created}}</created_at>
14     </status_message>
15   </post>
16 </XML>