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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/op_set_status.go b/bug/op_set_status.go
index 0105d78d..57d4cf22 100644
--- a/bug/op_set_status.go
+++ b/bug/op_set_status.go
@@ -27,6 +27,7 @@ func (op *SetStatusOperation) Hash() (git.Hash, error) {
func (op *SetStatusOperation) Apply(snapshot *Snapshot) {
snapshot.Status = op.Status
+ snapshot.addActor(op.Author)
hash, err := op.Hash()
if err != nil {