From eda70f39a2b84feae39484d39c386370bfeb80cb Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 28 Dec 2016 16:53:35 +0100 Subject: [PATCH] Add thread_parent_guid to Comment entity Used by friendica for threaded comments. --- docs/_entities/comment.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_entities/comment.md b/docs/_entities/comment.md index 9c1d8e6..c7e3131 100644 --- a/docs/_entities/comment.md +++ b/docs/_entities/comment.md @@ -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