mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 16:12:25 -06:00
Manually approves followers (#146)
* update go-fed * update go-fed * manuallyapprovesfollowers * serialize manuallyApprovesFollowers
This commit is contained in:
parent
4920229a3b
commit
071eca20ce
44 changed files with 931 additions and 308 deletions
3
vendor/github.com/go-fed/activity/streams/gen_consts.go
generated
vendored
3
vendor/github.com/go-fed/activity/streams/gen_consts.go
generated
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue