mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 15:23:16 -06:00
update go-fed
This commit is contained in:
parent
4920229a3b
commit
5641a11132
36 changed files with 890 additions and 296 deletions
2
vendor/github.com/go-fed/activity/streams/gen_init.go
generated
vendored
2
vendor/github.com/go-fed/activity/streams/gen_init.go
generated
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue