Add thread_parent_guid to Comment entity
Used by friendica for threaded comments.
This commit is contained in:
parent
df47a141ce
commit
eda70f39a2
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ See also: [Relayable][relayable]
|
||||||
| `author_signature` | [Signature][signature] | The signature from the author of the comment. |
|
| `author_signature` | [Signature][signature] | The signature from the author of the comment. |
|
||||||
| `parent_author_signature` | [Signature][signature] | The signature from the parent entity author. |
|
| `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
|
## Examples
|
||||||
|
|
||||||
### From author
|
### From author
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue