mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
[next] Comment Reply Revisions (#2072)
* feat: added revision id support for replies * feat: use createCommentReply
This commit is contained in:
@@ -64,6 +64,12 @@ export interface Comment extends TenantResource {
|
||||
*/
|
||||
parentID?: string;
|
||||
|
||||
/**
|
||||
* parentRevisionID is the ID of the Revision on the parent Comment that this
|
||||
* was a reply to.
|
||||
*/
|
||||
parentRevisionID?: string;
|
||||
|
||||
/**
|
||||
* authorID stores the ID of the User that created this Comment.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user