mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 08:37:29 -06:00
[chore] bump activity dependency -> v1.6.0-gts (#2599)
This commit is contained in:
parent
c13eb87ae7
commit
8692cc1f36
30 changed files with 1512 additions and 9 deletions
6
vendor/github.com/superseriousbusiness/activity/streams/gen_consts.go
generated
vendored
6
vendor/github.com/superseriousbusiness/activity/streams/gen_consts.go
generated
vendored
|
|
@ -188,6 +188,9 @@ var ActivityStreamsAccuracyPropertyName string = "accuracy"
|
|||
// ActivityStreamsActorPropertyName is the string literal of the name for the actor property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsActorPropertyName string = "actor"
|
||||
|
||||
// ActivityStreamsAlsoKnownAsPropertyName is the string literal of the name for the alsoKnownAs property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsAlsoKnownAsPropertyName string = "alsoKnownAs"
|
||||
|
||||
// ActivityStreamsAltitudePropertyName is the string literal of the name for the altitude property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsAltitudePropertyName string = "altitude"
|
||||
|
||||
|
|
@ -317,6 +320,9 @@ var ActivityStreamsManuallyApprovesFollowersPropertyName string = "manuallyAppro
|
|||
// ActivityStreamsMediaTypePropertyName is the string literal of the name for the mediaType property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsMediaTypePropertyName string = "mediaType"
|
||||
|
||||
// ActivityStreamsMovedToPropertyName is the string literal of the name for the movedTo property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsMovedToPropertyName string = "movedTo"
|
||||
|
||||
// ActivityStreamsNamePropertyName is the string literal of the name for the name property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsNamePropertyName string = "name"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue