Add thread_parent_guid to Comment entity

Used by friendica for threaded comments.
This commit is contained in:
Benjamin Neff 2016-12-28 16:53:35 +01:00
parent df47a141ce
commit eda70f39a2

View file

@ -18,6 +18,12 @@ See also: [Relayable][relayable]
| `author_signature` | [Signature][signature] | The signature from the author of the comment. |
| `parent_author_signature` | [Signature][signature] | The signature from the parent entity author. |
## Optional Properties
| Property | Type (Length) | Description |
| -------------------- | ------------- | --------------------------------------------- |
| `thread_parent_guid` | [GUID][guid] | The GUID of the parent comment in the thread. |
## Examples
### From author