]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_post.tpl
Diaspora-XML-Templates: Added provider name and some rearrangements to fit the exact...
[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       <provider_display_name>{{$provider}}</provider_display_name>
15     </status_message>
16   </post>
17 </XML>