FEDERATION.md: Write managing actor proposal
This commit is contained in:
parent
81d41bfb8a
commit
e8fe55aee9
1 changed files with 10 additions and 0 deletions
|
@ -465,6 +465,16 @@ trivial to do.
|
|||
|
||||
#### (5) Object capability authorization tokens
|
||||
|
||||
#### (6) Managing actor
|
||||
|
||||
Allows an object to specify which actor manages it. For example, if you'd like
|
||||
to send an `Update` activity, or some other activity that targets or modifies
|
||||
some object, but that object isn't an actor, how do you know to which actor to
|
||||
send it? This proposal proposes to have a dedicated property for this purpose,
|
||||
independent of any domain-specific vocabulary or extension.
|
||||
|
||||
The current working name for this property is `managedBy`.
|
||||
|
||||
### (C) ForgeFed
|
||||
|
||||
#### (1) Actors
|
||||
|
|
Loading…
Reference in a new issue