diff options
Diffstat (limited to 'vendor/github.com/go-fed/activity/streams/gen_consts.go')
-rw-r--r-- | vendor/github.com/go-fed/activity/streams/gen_consts.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/go-fed/activity/streams/gen_consts.go b/vendor/github.com/go-fed/activity/streams/gen_consts.go index 5af2c6d3f..795d0e90c 100644 --- a/vendor/github.com/go-fed/activity/streams/gen_consts.go +++ b/vendor/github.com/go-fed/activity/streams/gen_consts.go @@ -362,6 +362,9 @@ var ActivityStreamsLocationPropertyName string = "location" // ActivityStreamsLongitudePropertyName is the string literal of the name for the longitude property in the ActivityStreams vocabulary. var ActivityStreamsLongitudePropertyName string = "longitude" +// ActivityStreamsManuallyApprovesFollowersPropertyName is the string literal of the name for the manuallyApprovesFollowers property in the ActivityStreams vocabulary. +var ActivityStreamsManuallyApprovesFollowersPropertyName string = "manuallyApprovesFollowers" + // ActivityStreamsMediaTypePropertyName is the string literal of the name for the mediaType property in the ActivityStreams vocabulary. var ActivityStreamsMediaTypePropertyName string = "mediaType" |