summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-fed/activity/streams/gen_init.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-fed/activity/streams/gen_init.go')
-rw-r--r--vendor/github.com/go-fed/activity/streams/gen_init.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/go-fed/activity/streams/gen_init.go b/vendor/github.com/go-fed/activity/streams/gen_init.go
index e4ba33cc7..47f0db309 100644
--- a/vendor/github.com/go-fed/activity/streams/gen_init.go
+++ b/vendor/github.com/go-fed/activity/streams/gen_init.go
@@ -41,6 +41,7 @@ import (
propertylikes "github.com/go-fed/activity/streams/impl/activitystreams/property_likes"
propertylocation "github.com/go-fed/activity/streams/impl/activitystreams/property_location"
propertylongitude "github.com/go-fed/activity/streams/impl/activitystreams/property_longitude"
+ propertymanuallyapprovesfollowers "github.com/go-fed/activity/streams/impl/activitystreams/property_manuallyapprovesfollowers"
propertymediatype "github.com/go-fed/activity/streams/impl/activitystreams/property_mediatype"
propertyname "github.com/go-fed/activity/streams/impl/activitystreams/property_name"
propertynext "github.com/go-fed/activity/streams/impl/activitystreams/property_next"
@@ -218,6 +219,7 @@ func init() {
propertylikes.SetManager(mgr)
propertylocation.SetManager(mgr)
propertylongitude.SetManager(mgr)
+ propertymanuallyapprovesfollowers.SetManager(mgr)
propertymediatype.SetManager(mgr)
propertyname.SetManager(mgr)
propertynext.SetManager(mgr)