From 92d949585a8d7a645128ef6334d3e3f75d96f442 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 9 Jun 2024 18:58:20 +0100 Subject: [PATCH] Check for novel fields --- README_commandline.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README_commandline.md b/README_commandline.md index cfc8be8aa..a13d76772 100644 --- a/README_commandline.md +++ b/README_commandline.md @@ -429,3 +429,14 @@ If you want to allow specific web crawlers then when running the daemon (typical ``` Typically web crawlers have names ending in "bot", but partial names can also be used. + + +## Maintenance + +You can check for any novel ActivityPub fields with: + +```bash +--novel +``` + +This may help with spotting unconventional uses of the protocol, or back channel signalling between admins.