Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Oct 11, 2024
1 parent 2e15050 commit 4068422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gossip-lib/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2591,8 +2591,8 @@ impl Storage {
(s.contains("filter.nostr.wine") && !s.ends_with("filter.nostr.wine/"))

// spamming gossip with NOTICE subscription rejected messages causing an overload condition.
// They need to send CLOSED and not NOTICE
// || url.as_str().contains("at.nostrworks.com")
// They need to send CLOSED and not NOTICE
// || url.as_str().contains("at.nostrworks.com")
}

pub fn is_my_event(&self, id: Id) -> Result<bool, Error> {
Expand Down

0 comments on commit 4068422

Please sign in to comment.