diff options
Diffstat (limited to 'vendor/code.superseriousbusiness.org/activity/streams/gen_consts.go')
| -rw-r--r-- | vendor/code.superseriousbusiness.org/activity/streams/gen_consts.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/activity/streams/gen_consts.go b/vendor/code.superseriousbusiness.org/activity/streams/gen_consts.go index 4c40dabb3..0eb116f40 100644 --- a/vendor/code.superseriousbusiness.org/activity/streams/gen_consts.go +++ b/vendor/code.superseriousbusiness.org/activity/streams/gen_consts.go @@ -77,6 +77,9 @@ var ActivityStreamsDocumentName string = "Document" // TootEmojiName is the string literal of the name for the Emoji type in the Toot vocabulary. var TootEmojiName string = "Emoji" +// LitePubEmojiReactName is the string literal of the name for the EmojiReact type in the LitePub vocabulary. +var LitePubEmojiReactName string = "EmojiReact" + // ActivityStreamsEndpointsName is the string literal of the name for the Endpoints type in the ActivityStreams vocabulary. var ActivityStreamsEndpointsName string = "Endpoints" @@ -353,6 +356,12 @@ var ActivityStreamsGeneratorPropertyName string = "generator" // ActivityStreamsHeightPropertyName is the string literal of the name for the height property in the ActivityStreams vocabulary. var ActivityStreamsHeightPropertyName string = "height" +// GoToSocialHidesCcPublicFromUnauthedWebPropertyName is the string literal of the name for the hidesCcPublicFromUnauthedWeb property in the GoToSocial vocabulary. +var GoToSocialHidesCcPublicFromUnauthedWebPropertyName string = "hidesCcPublicFromUnauthedWeb" + +// GoToSocialHidesToPublicFromUnauthedWebPropertyName is the string literal of the name for the hidesToPublicFromUnauthedWeb property in the GoToSocial vocabulary. +var GoToSocialHidesToPublicFromUnauthedWebPropertyName string = "hidesToPublicFromUnauthedWeb" + // ActivityStreamsHrefPropertyName is the string literal of the name for the href property in the ActivityStreams vocabulary. var ActivityStreamsHrefPropertyName string = "href" |
