notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit f1e359a5c3f065c85928b118ca8adcbc5e12a4ca
parent 2ed561579fc2fb7f2a48367dc4869e7b33fb4cca
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  9 Apr 2025 20:46:58 -0700

dave: update to custom filters nostrdb

We will use this for filtering replies from most
requests

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -3131,7 +3131,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.6.1" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=7a6af440c12e78ebca95867102c0512cbc0bee16#7a6af440c12e78ebca95867102c0512cbc0bee16" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=dd0d18e637388ae1ef344a9544801acbb3a41bfe#dd0d18e637388ae1ef344a9544801acbb3a41bfe" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -37,7 +37,7 @@ log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } nwc = "0.39.0" mio = { version = "1.0.3", features = ["os-poll", "net"] } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "7a6af440c12e78ebca95867102c0512cbc0bee16" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "dd0d18e637388ae1ef344a9544801acbb3a41bfe" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }