From b29e1976706a37f9f0375fc66d4c98057c76f9bc Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Tue, 11 Jun 2019 12:28:31 +0000 Subject: [PATCH] FEDERATION.md: List project followers collection as recipient in Note example --- FEDERATION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FEDERATION.md b/FEDERATION.md index db60acd..c998d70 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -787,6 +787,8 @@ Requirements, suggestions and details: the project to which the ticket belongs, on which you're commenting) * The topic's followers collection * The topic's team collection + * Follower collections of objects/actors that manage the topic (e.g. a ticket + comment may be addressed to the project's followers) * Specific individuals/groups you want to mention or bring the discussion to their attention - This setup with a followers collection means that clients don't need to do @@ -808,6 +810,7 @@ Requirements, suggestions and details: "type": "Create", "to": [ "https://dev.federated.coop/luke/text-adventure", + "https://dev.federated.coop/luke/text-adventure/followers", "https://dev.federated.coop/luke/text-adventure/issues/113/followers", "https://dev.federated.coop/luke/text-adventure/issues/113/team" ], @@ -820,6 +823,7 @@ Requirements, suggestions and details: "published": "2019-05-26T11:56:50.024267645Z", "to": [ "https://dev.federated.coop/luke/text-adventure", + "https://dev.federated.coop/luke/text-adventure/followers", "https://dev.federated.coop/luke/text-adventure/issues/113/followers", "https://dev.federated.coop/luke/text-adventure/issues/113/team" ],