]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_post.tpl
fix account_type
[friendica.git] / view / templates / diaspora_post.tpl
1
2 <XML>
3   <post>
4     <status_message>
5       <raw_message>{{$body}}</raw_message>
6       <guid>{{$guid}}</guid>
7       <diaspora_handle>{{$handle}}</diaspora_handle>
8       <public>{{$public}}</public>
9       <created_at>{{$created}}</created_at>
10       <provider_display_name>{{$provider}}</provider_display_name>
11     </status_message>
12   </post>
13 </XML>