forked from indymedia/epicyon
Check particular properties
parent
d04cf83b04
commit
82a0320cad
|
@ -127,10 +127,14 @@ When posts are subsequently sent from the following instance (server-to-server)
|
||||||
against actor on received post
|
against actor on received post
|
||||||
|
|
|
|
||||||
V
|
V
|
||||||
|
Check that stored capability
|
||||||
|
contains inbox:write, etc
|
||||||
|
|
|
||||||
|
V
|
||||||
Any other checks
|
Any other checks
|
||||||
|
|
|
|
||||||
V
|
V
|
||||||
Accept or reject incoming post
|
Accept incoming post
|
||||||
```
|
```
|
||||||
|
|
||||||
Subsequently **Bob** could change the stored capabilities for **Alice** in their database, giving the new object a different id. This could be sent back to **Alice**, perhaps as another **follow Accept** activity with attached capabilities. This could then change the way in which **Alice** can interact with **Bob**, for example by adding or removing the ability to like or reply to posts.
|
Subsequently **Bob** could change the stored capabilities for **Alice** in their database, giving the new object a different id. This could be sent back to **Alice**, perhaps as another **follow Accept** activity with attached capabilities. This could then change the way in which **Alice** can interact with **Bob**, for example by adding or removing the ability to like or reply to posts.
|
||||||
|
|
Loading…
Reference in New Issue