Check for novel fields

main
Bob Mottram 2024-06-09 18:58:20 +01:00
parent c2e300da8d
commit 92d949585a
1 changed files with 11 additions and 0 deletions

View File

@ -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.