2.1.5-5
Error in internal nostr-tools code that causes bostr crashes on certain filters.
Added a code to handle error in nostr-tools function.
Upgrading
For npm installation, upgrading could be done with the following:
npm i -g bostr@latest
or
npm i -g https://github.com/Yonle/bostr.git
For source code installation, upgrading could be done with the following:
git pull
npm i
You will need to change approved_publishers
as allowed_publishers
in your config.
Then, restart your bouncer to apply update.