aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_status.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_set_status.go')
-rw-r--r--bug/op_set_status.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_set_status.go b/bug/op_set_status.go
index 62f373ec..54f476cb 100644
--- a/bug/op_set_status.go
+++ b/bug/op_set_status.go
@@ -53,6 +53,9 @@ func (op *SetStatusOperation) Validate() error {
return nil
}
+// Sign post method for gqlgen
+func (op *SetStatusOperation) IsAuthored() {}
+
func NewSetStatusOp(author Person, unixTime int64, status Status) *SetStatusOperation {
return &SetStatusOperation{
OpBase: newOpBase(SetStatusOp, author, unixTime),