summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-24 11:56:42 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-24 10:56:42 +0000
commit27171a78ded38a7142aecfcaa75ede86f73b7a5b (patch)
tree6468899981ba4f6fd78cd95544ed1ded34120437 /vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go
parent[chore]: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#3927) (diff)
downloadgotosocial-27171a78ded38a7142aecfcaa75ede86f73b7a5b.tar.xz
[feature] Parse funkwhale `Album` as Statusable to allow barebones interacting with bandwagon (#3931)
* bump activity version * parse funkwhale / bandwagon album as statusable
Diffstat (limited to 'vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go')
-rw-r--r--vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go b/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go
index 1e379e25d..3bda64dc7 100644
--- a/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go
+++ b/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go
@@ -11,6 +11,9 @@ var ActivityStreamsActivityName string = "Activity"
// ActivityStreamsAddName is the string literal of the name for the Add type in the ActivityStreams vocabulary.
var ActivityStreamsAddName string = "Add"
+// FunkwhaleAlbumName is the string literal of the name for the Album type in the Funkwhale vocabulary.
+var FunkwhaleAlbumName string = "Album"
+
// ActivityStreamsAnnounceName is the string literal of the name for the Announce type in the ActivityStreams vocabulary.
var ActivityStreamsAnnounceName string = "Announce"
@@ -26,6 +29,9 @@ var ActivityStreamsArriveName string = "Arrive"
// ActivityStreamsArticleName is the string literal of the name for the Article type in the ActivityStreams vocabulary.
var ActivityStreamsArticleName string = "Article"
+// FunkwhaleArtistName is the string literal of the name for the Artist type in the Funkwhale vocabulary.
+var FunkwhaleArtistName string = "Artist"
+
// ActivityStreamsAudioName is the string literal of the name for the Audio type in the ActivityStreams vocabulary.
var ActivityStreamsAudioName string = "Audio"
@@ -104,6 +110,9 @@ var ActivityStreamsJoinName string = "Join"
// ActivityStreamsLeaveName is the string literal of the name for the Leave type in the ActivityStreams vocabulary.
var ActivityStreamsLeaveName string = "Leave"
+// FunkwhaleLibraryName is the string literal of the name for the Library type in the Funkwhale vocabulary.
+var FunkwhaleLibraryName string = "Library"
+
// ActivityStreamsLikeName is the string literal of the name for the Like type in the ActivityStreams vocabulary.
var ActivityStreamsLikeName string = "Like"
@@ -188,6 +197,9 @@ var ActivityStreamsTentativeRejectName string = "TentativeReject"
// ActivityStreamsTombstoneName is the string literal of the name for the Tombstone type in the ActivityStreams vocabulary.
var ActivityStreamsTombstoneName string = "Tombstone"
+// FunkwhaleTrackName is the string literal of the name for the Track type in the Funkwhale vocabulary.
+var FunkwhaleTrackName string = "Track"
+
// ActivityStreamsTravelName is the string literal of the name for the Travel type in the ActivityStreams vocabulary.
var ActivityStreamsTravelName string = "Travel"