From 1a500ff2caf24bbc4edd72d51b9cbcbe22673326 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jul 2019 18:51:23 +0100 Subject: [PATCH] nodeletion option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 443132ea6..9a13f9a65 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,8 @@ python3 epicyon.py --nickname [yournick] --domain [name] \ Deletion of posts in a federated system is not always reliable. Some instances may not implement deletion, and this may be because of the possibility of spurious deletes being sent by an adversary to cause trouble. +To disallow deletion requests on your server set the **--nodeletion** option. + Another complication is that the followers collection may change between the time when a post was created and the time it was deleted, leaving some stranded copies. ## Announcements/repeats/boosts