What is Nostr?
DanConwayDev
npub15qy…yejr
2024-07-10 08:42:47
in reply to nevent1q…v8tj

DanConwayDev on Nostr: Thanks! Its really nice having a Reconciliation report returned. Its a little ...

Thanks! Its really nice having a Reconciliation report returned.
Its a little unintuitive that local returns all events and remote only returns the missing items.
If the `Reconciliation` struct included methods I'd be interested in:
```rust
fn not_on_relay(&self) -> HashSet<EventId>,
fn not_in_database(&self) -> HashSet<EventId>,
fn send_failures(&self) -> Vec<(EventId, Error)>,
fn receive_failures(&self) -> Vec<(EventId, Error)>,
```
Author Public Key
npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr