aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_title.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_set_title.go')
-rw-r--r--bug/op_set_title.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/bug/op_set_title.go b/bug/op_set_title.go
index dce06014..31113943 100644
--- a/bug/op_set_title.go
+++ b/bug/op_set_title.go
@@ -150,6 +150,9 @@ func (s SetTitleTimelineItem) Hash() git.Hash {
return s.hash
}
+// Sign post method for gqlgen
+func (s *SetTitleTimelineItem) IsAuthored() {}
+
// Convenience function to apply the operation
func SetTitle(b Interface, author identity.Interface, unixTime int64, title string) (*SetTitleOperation, error) {
it := NewOperationIterator(b)
@@ -178,6 +181,3 @@ func SetTitle(b Interface, author identity.Interface, unixTime int64, title stri
b.Append(setTitleOp)
return setTitleOp, nil
}
-
-// Sign post method for gqlgen
-func (item *SetTitleTimelineItem) IsAuthored() {}