From 82a0320cad11f467b0bb7e6a6a7fc39e94d5da4e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Jul 2019 21:00:06 +0100 Subject: [PATCH] Check particular properties --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f505a626..a7a98b0b 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,14 @@ When posts are subsequently sent from the following instance (server-to-server) against actor on received post | V + Check that stored capability + contains inbox:write, etc + | + V Any other checks | 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.