mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 08:37:29 -06:00
[feature] Enable federation in/out of profile PropertyValue fields (#1722)
Co-authored-by: kim <grufwub@gmail.com> Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
This commit is contained in:
parent
cbb9e2d3f0
commit
0e29f1f5bb
180 changed files with 9278 additions and 1550 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
|
|
@ -137,6 +137,9 @@ var ActivityStreamsPlaceName string = "Place"
|
|||
// ActivityStreamsProfileName is the string literal of the name for the Profile type in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsProfileName string = "Profile"
|
||||
|
||||
// SchemaPropertyValueName is the string literal of the name for the PropertyValue type in the Schema vocabulary.
|
||||
var SchemaPropertyValueName string = "PropertyValue"
|
||||
|
||||
// W3IDSecurityV1PublicKeyName is the string literal of the name for the PublicKey type in the W3IDSecurityV1 vocabulary.
|
||||
var W3IDSecurityV1PublicKeyName string = "PublicKey"
|
||||
|
||||
|
|
@ -509,6 +512,9 @@ var ActivityStreamsUpdatedPropertyName string = "updated"
|
|||
// ActivityStreamsUrlPropertyName is the string literal of the name for the url property in the ActivityStreams vocabulary.
|
||||
var ActivityStreamsUrlPropertyName string = "url"
|
||||
|
||||
// SchemaValuePropertyName is the string literal of the name for the value property in the Schema vocabulary.
|
||||
var SchemaValuePropertyName string = "value"
|
||||
|
||||
// TootVotersCountPropertyName is the string literal of the name for the votersCount property in the Toot vocabulary.
|
||||
var TootVotersCountPropertyName string = "votersCount"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue