readme: make note that forwarder is compile flag

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-07-11 14:56:46 -07:00
parent 15e53a116a
commit 670b390096

View file

@ -135,6 +135,12 @@ There are no config options, but an empty config entry is still needed:
* name: `forwarder` * 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 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) be queued if the connection goes down (up to the `queue_size` buffer limit)