summaryrefslogtreecommitdiff
path: root/vendor/code.superseriousbusiness.org/activity/streams/gen_init.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/code.superseriousbusiness.org/activity/streams/gen_init.go')
-rw-r--r--vendor/code.superseriousbusiness.org/activity/streams/gen_init.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/activity/streams/gen_init.go b/vendor/code.superseriousbusiness.org/activity/streams/gen_init.go
index ecc0b4d86..e837355d9 100644
--- a/vendor/code.superseriousbusiness.org/activity/streams/gen_init.go
+++ b/vendor/code.superseriousbusiness.org/activity/streams/gen_init.go
@@ -147,6 +147,8 @@ import (
propertycanlike "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_canlike"
propertycanquote "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_canquote"
propertycanreply "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_canreply"
+ propertyhidesccpublicfromunauthedweb "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_hidesccpublicfromunauthedweb"
+ propertyhidestopublicfromunauthedweb "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_hidestopublicfromunauthedweb"
propertyinteractingobject "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_interactingobject"
propertyinteractionpolicy "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_interactionpolicy"
propertyinteractiontarget "code.superseriousbusiness.org/activity/streams/impl/gotosocial/property_interactiontarget"
@@ -165,6 +167,7 @@ import (
typereplyapproval "code.superseriousbusiness.org/activity/streams/impl/gotosocial/type_replyapproval"
typereplyauthorization "code.superseriousbusiness.org/activity/streams/impl/gotosocial/type_replyauthorization"
typereplyrequest "code.superseriousbusiness.org/activity/streams/impl/gotosocial/type_replyrequest"
+ typeemojireact "code.superseriousbusiness.org/activity/streams/impl/litepub/type_emojireact"
propertyvalue "code.superseriousbusiness.org/activity/streams/impl/schema/property_value"
typepropertyvalue "code.superseriousbusiness.org/activity/streams/impl/schema/type_propertyvalue"
propertyblurhash "code.superseriousbusiness.org/activity/streams/impl/toot/property_blurhash"
@@ -341,6 +344,8 @@ func init() {
propertycanlike.SetManager(mgr)
propertycanquote.SetManager(mgr)
propertycanreply.SetManager(mgr)
+ propertyhidesccpublicfromunauthedweb.SetManager(mgr)
+ propertyhidestopublicfromunauthedweb.SetManager(mgr)
propertyinteractingobject.SetManager(mgr)
propertyinteractionpolicy.SetManager(mgr)
propertyinteractiontarget.SetManager(mgr)
@@ -359,6 +364,7 @@ func init() {
typereplyapproval.SetManager(mgr)
typereplyauthorization.SetManager(mgr)
typereplyrequest.SetManager(mgr)
+ typeemojireact.SetManager(mgr)
propertyvalue.SetManager(mgr)
typepropertyvalue.SetManager(mgr)
propertyblurhash.SetManager(mgr)
@@ -449,6 +455,7 @@ func init() {
typereplyapproval.SetTypePropertyConstructor(NewJSONLDTypeProperty)
typereplyauthorization.SetTypePropertyConstructor(NewJSONLDTypeProperty)
typereplyrequest.SetTypePropertyConstructor(NewJSONLDTypeProperty)
+ typeemojireact.SetTypePropertyConstructor(NewJSONLDTypeProperty)
typepropertyvalue.SetTypePropertyConstructor(NewJSONLDTypeProperty)
typeemoji.SetTypePropertyConstructor(NewJSONLDTypeProperty)
typehashtag.SetTypePropertyConstructor(NewJSONLDTypeProperty)