From 670b39009653541aa07261de9d26964c0e5c0af2 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 11 Jul 2024 14:56:46 -0700 Subject: [PATCH] readme: make note that forwarder is compile flag Signed-off-by: William Casarin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ad012b..f3e57ac 100644 --- 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)