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 57d4cf22..de7b8526 100644
--- a/bug/op_set_status.go
+++ b/bug/op_set_status.go
@@ -143,3 +143,6 @@ func Close(b Interface, author identity.Interface, unixTime int64) (*SetStatusOp
b.Append(op)
return op, nil
}
+
+// Sign post method for gqlgen
+func (item *SetStatusTimelineItem) IsAuthored() {}