mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 08:37:29 -06:00
[feature] Forward-compatibility with Approval objects (#3807)
* vendor * [feature] Forward-compatibility with Approval objects * vendor the thing * fix leetle bug * lil syntax tweak for beloved kimb
This commit is contained in:
parent
e220c6a894
commit
96716e4f43
125 changed files with 20960 additions and 2964 deletions
9
vendor/github.com/superseriousbusiness/activity/streams/gen_consts.go
generated
vendored
9
vendor/github.com/superseriousbusiness/activity/streams/gen_consts.go
generated
vendored
|
|
@ -14,6 +14,9 @@ var ActivityStreamsAddName string = "Add"
|
|||
// ActivityStreamsAnnounceName is the string literal of the name for the Announce type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsAnnounceName string = "Announce"
|
||||
|
||||
// GoToSocialAnnounceApprovalName is the string literal of the name for the AnnounceApproval type in the GoToSocial vocabulary.
|
||||
var GoToSocialAnnounceApprovalName string = "AnnounceApproval"
|
||||
|
||||
// ActivityStreamsApplicationName is the string literal of the name for the Application type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsApplicationName string = "Application"
|
||||
|
||||
|
|
@ -104,6 +107,9 @@ var ActivityStreamsLeaveName string = "Leave"
|
|||
// ActivityStreamsLikeName is the string literal of the name for the Like type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsLikeName string = "Like"
|
||||
|
||||
// GoToSocialLikeApprovalName is the string literal of the name for the LikeApproval type in the GoToSocial vocabulary.
|
||||
var GoToSocialLikeApprovalName string = "LikeApproval"
|
||||
|
||||
// ActivityStreamsLinkName is the string literal of the name for the Link type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsLinkName string = "Link"
|
||||
|
||||
|
|
@ -167,6 +173,9 @@ var ActivityStreamsRelationshipName string = "Relationship"
|
|||
// ActivityStreamsRemoveName is the string literal of the name for the Remove type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsRemoveName string = "Remove"
|
||||
|
||||
// GoToSocialReplyApprovalName is the string literal of the name for the ReplyApproval type in the GoToSocial vocabulary.
|
||||
var GoToSocialReplyApprovalName string = "ReplyApproval"
|
||||
|
||||
// ActivityStreamsServiceName is the string literal of the name for the Service type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsServiceName string = "Service"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue