aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_edit_comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_edit_comment.go')
-rw-r--r--bug/op_edit_comment.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_edit_comment.go b/bug/op_edit_comment.go
index 282b73bb..bc87310a 100644
--- a/bug/op_edit_comment.go
+++ b/bug/op_edit_comment.go
@@ -92,6 +92,9 @@ func (op *EditCommentOperation) Validate() error {
return nil
}
+// Sign post method for gqlgen
+func (op *EditCommentOperation) IsAuthored() {}
+
func NewEditCommentOp(author Person, unixTime int64, target git.Hash, message string, files []git.Hash) *EditCommentOperation {
return &EditCommentOperation{
OpBase: newOpBase(EditCommentOp, author, unixTime),