aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_label_change.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_label_change.go')
-rw-r--r--bug/op_label_change.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bug/op_label_change.go b/bug/op_label_change.go
index 84542b6e..a2108941 100644
--- a/bug/op_label_change.go
+++ b/bug/op_label_change.go
@@ -31,6 +31,8 @@ func (op *LabelChangeOperation) Hash() (git.Hash, error) {
// Apply apply the operation
func (op *LabelChangeOperation) Apply(snapshot *Snapshot) {
+ snapshot.addActor(op.Author)
+
// Add in the set
AddLoop:
for _, added := range op.Added {