Oddbean new post about | logout
 `database.query` not returning specific coordinate

nostr:naddr1qqrkxcf3xyuxzcgzyzsq3hh327t0h2dq6matqn5064cgj2zanl2stkj6s0lg4t2h5dty6qcyqqq80xgx4xm2l
when using filter:
```rust
    nostr::Filter::default()
        .kind(Kind::GitRepoAnnouncement)
        .identifiers(
            repo_coordinates
                .iter()
                .map(|c| c.identifier.clone())
                .collect::<Vec<String>>(),
        )
        .authors(
            repo_coordinates
                .iter()
                .map(|c| c.public_key)
                .collect::<Vec<PublicKey>>(),
        )
```
it returns the event when querying by the event id.
`7f7a9fac2584002b6beb97d62989affdbd4b13659b277fa9d90a034f44dbdee2`
other coordinates seems to work ok eg nostr:naddr1qqzxuemfwsqs6amnwvaz7tmwdaejumr0dspzpgqgmmc409hm4xsdd74sf68a2uyf9pwel4g9mfdg8l5244t6x4jdqvzqqqrhnym0k2qj