From 7ad55efcba48c2ab1e80b1d6017cd218b8318264 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 1 Aug 2020 16:36:45 -0700 Subject: [PATCH] more whitespace --- FEDERATION.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FEDERATION.md b/FEDERATION.md index a5cb9cd57..c22e51955 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -30,12 +30,19 @@ Zap provides permission control and moderation of comments. By default comments 'commentPolicy' can be any of 'authenticated' - matches the typical ActivityPub permissions + 'contacts' - matches approved followers + 'any connections' - matches followers regardless of approval + 'site: foobar.com' - matches any actor or clone instance from 'foobar.com' + 'network: red' - matches any actor from the 'red' network + 'public' - matches anybody at all, may require moderation if the network isn't known + 'self' - matches the activity author only + 'until=2001-01-01T00:00Z' - comments are closed after the date given. This can be supplied on its own or appended to any other commentPolicy string by preceding with a space; for example 'contacts until=2001-01-01T00:00Z'. Private Media