Include extensions when building Create & Update activities

This commit is contained in:
Matt Baer
2019-04-04 16:57:46 -04:00
parent 78107a0269
commit 7b4bf5c1b2
+2
View File
@@ -43,6 +43,7 @@ func NewCreateActivity(o *Object) *Activity {
BaseObject: BaseObject{
Context: []interface{}{
Namespace,
Extensions,
},
ID: o.ID,
Type: "Create",
@@ -61,6 +62,7 @@ func NewUpdateActivity(o *Object) *Activity {
BaseObject: BaseObject{
Context: []interface{}{
Namespace,
Extensions,
},
ID: o.ID,
Type: "Update",