Bugfix: Conversations with Diaspora now work reliable
This commit is contained in:
parent
4663df5b2b
commit
887372a0d7
3 changed files with 32 additions and 28 deletions
|
@ -4,6 +4,9 @@
|
|||
<message>
|
||||
<guid>{{$msg.guid}}</guid>
|
||||
<parent_guid>{{$msg.parent_guid}}</parent_guid>
|
||||
{{if $msg.parent_author_signature}}
|
||||
<parent_author_signature>{{$msg.parent_author_signature}}</parent_author_signature>
|
||||
{{/if}}
|
||||
<author_signature>{{$msg.author_signature}}</author_signature>
|
||||
<text>{{$msg.text}}</text>
|
||||
<created_at>{{$msg.created_at}}</created_at>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue