Files
notedeck/enostr/src/filter.rs
William Casarin 9328ef2dff remove duplicate filter types
only use nostrdb::Filter

Signed-off-by: William Casarin <jb55@jb55.com>
2024-08-19 21:12:32 -07:00

2 lines
35 B
Rust

pub type Filter = nostrdb::Filter;