]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_post.tpl
Merge pull request #579 from 23n/patch-4
[friendica.git] / view / smarty3 / diaspora_post.tpl
1 <XML>
2   <post>
3     <status_message>
4       <raw_message>{{$body}}</raw_message>
5       <guid>{{$guid}}</guid>
6       <diaspora_handle>{{$handle}}</diaspora_handle>
7       <public>{{$public}}</public>
8       <created_at>{{$created}}</created_at>
9     </status_message>
10   </post>
11 </XML>