Skip to content

Commit

Permalink
add manuallyApprovesFollowers property on actors
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst committed Aug 3, 2021
1 parent 4655f8f commit 5498bae
Show file tree
Hide file tree
Showing 24 changed files with 878 additions and 240 deletions.
45 changes: 45 additions & 0 deletions astool/activitystreams.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -5399,6 +5399,51 @@
},
"name": "preferredUsername",
"url": "https://www.w3.org/TR/activitypub/#preferredUsername"
},
{
"id": "https://www.w3.org/TR/activitypub/#manuallyApprovesFollowers",
"type": [
"rdf:Property",
"owl:FunctionalProperty"
],
"notes": "Indicates that the actor manually approves Follow activities and that an automatic Accept should not be expected.",
"domain": {
"type": "owl:Class",
"unionOf": [
{
"type": "owl:Class",
"url": "https://www.w3.org/ns/activitystreams#Application",
"name": "Application"
},
{
"type": "owl:Class",
"url": "https://www.w3.org/ns/activitystreams#Group",
"name": "Group"
},
{
"type": "owl:Class",
"url": "https://www.w3.org/ns/activitystreams#Organization",
"name": "Organization"
},
{
"type": "owl:Class",
"url": "https://www.w3.org/ns/activitystreams#Person",
"name": "Person"
},
{
"type": "owl:Class",
"url": "https://www.w3.org/ns/activitystreams#Service",
"name": "Service"
}
]
},
"isDefinedBy": "https://www.w3.org/TR/activitypub/#manuallyApprovesFollowers",
"range": {
"type": "owl:Class",
"unionOf": "xsd:boolean"
},
"name": "manuallyApprovesFollowers",
"url": "https://www.w3.org/TR/activitypub/#manuallyApprovesFollowers"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions streams/gen_consts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions streams/gen_init.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions streams/gen_manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions streams/gen_pkg_activitystreams_property_constructors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions streams/impl/activitystreams/type_application/gen_pkg.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5498bae

Please sign in to comment.