Closed Alkorin closed 5 years ago
Still not fixed
$ git diff
diff --git a/space.go b/space.go
index 227fc0f..112343d 100644
--- a/space.go
+++ b/space.go
@@ -240,5 +240,9 @@ func (s *Space) AddActivity(a Activity) *Activity {
copy(s.Activities[i+2:], s.Activities[i+1:length-1])
s.Activities[i+1] = &a
}
+
+ // Store in seen map
+ s.activitiesMap[a.Id] = a
+
return &a
}
Diff between first and duplicated message: