commit 670b39009653541aa07261de9d26964c0e5c0af2
parent 15e53a116afa74d4393259708f7dab388f1fe9b9
Author: William Casarin <jb55@jb55.com>
Date: Thu, 11 Jul 2024 14:56:46 -0700
readme: make note that forwarder is compile flag
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -135,6 +135,12 @@ There are no config options, but an empty config entry is still needed:
* name: `forwarder`
+You need to compile with the `forwarder` feature to enable this filter:
+
+```sh
+$ cargo build --features forwarder --release
+```
+
The forwarder filter allows you to forward notes to another relay. Notes will
be queued if the connection goes down (up to the `queue_size` buffer limit)