astreams
: Remove properties from transitive Activity
This commit is contained in:
parent
260286a457
commit
302241e03a
1 changed files with 0 additions and 31 deletions
|
@ -149,42 +149,11 @@ vocab! {
|
|||
ref ActivityRef,
|
||||
mut ActivityMut,
|
||||
children [
|
||||
// TODO: This is an extension of attributedTo, how to represent that?
|
||||
{
|
||||
"https://www.w3.org/ns/activitystreams#actor",
|
||||
get_actors,
|
||||
into_actors_mut,
|
||||
set_actors,
|
||||
},
|
||||
{
|
||||
"https://www.w3.org/ns/activitystreams#object",
|
||||
get_objects,
|
||||
into_objects_mut,
|
||||
set_objects,
|
||||
},
|
||||
{
|
||||
"https://www.w3.org/ns/activitystreams#target",
|
||||
get_targets,
|
||||
into_targets_mut,
|
||||
set_targets,
|
||||
},
|
||||
{
|
||||
"https://www.w3.org/ns/activitystreams#result",
|
||||
get_results,
|
||||
into_results_mut,
|
||||
set_results,
|
||||
},
|
||||
{
|
||||
"https://www.w3.org/ns/activitystreams#origin",
|
||||
get_origins,
|
||||
into_origins_mut,
|
||||
set_origins,
|
||||
},
|
||||
{
|
||||
"https://www.w3.org/ns/activitystreams#object",
|
||||
get_instruments,
|
||||
into_instruments_mut,
|
||||
set_instruments,
|
||||
}
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue