summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-fed/activity/streams/gen_consts.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-08-23 12:46:05 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-23 12:46:05 +0200
commit071eca20ce9527153ed2e549f6198aad32380495 (patch)
tree958c75f403655b5fedabb20f5e431386798f02b2 /vendor/github.com/go-fed/activity/streams/gen_consts.go
parentDatabase updates (#144) (diff)
downloadgotosocial-071eca20ce9527153ed2e549f6198aad32380495.tar.xz
Manually approves followers (#146)
* update go-fed * update go-fed * manuallyapprovesfollowers * serialize manuallyApprovesFollowers
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.go3
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"