]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_comment.tpl
Merge pull request #2170 from fabrixxm/issue_1953
[friendica.git] / view / templates / diaspora_comment.tpl
1
2 <XML>
3   <post>
4     <comment>
5       <guid>{{$guid}}</guid>
6       <parent_guid>{{$parent_guid}}</parent_guid>
7       <author_signature>{{$authorsig}}</author_signature>
8       <text>{{$body}}</text>
9       <diaspora_handle>{{$handle}}</diaspora_handle>
10     </comment>
11   </post>
12 </XML>