diff options
Diffstat (limited to 'src/nostr/policy')
| -rw-r--r-- | src/nostr/policy/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nostr/policy/state.rs b/src/nostr/policy/state.rs index f94f004..52f0483 100644 --- a/src/nostr/policy/state.rs +++ b/src/nostr/policy/state.rs | |||
| @@ -207,7 +207,7 @@ impl StatePolicy { | |||
| 207 | // (add_state automatically enqueues for background sync) | 207 | // (add_state automatically enqueues for background sync) |
| 208 | self.ctx | 208 | self.ctx |
| 209 | .purgatory | 209 | .purgatory |
| 210 | .add_state(event.clone(), state.identifier.clone(), event.pubkey); | 210 | .add_state(event.clone(), state.identifier.clone(), event.pubkey, is_synced); |
| 211 | 211 | ||
| 212 | tracing::info!( | 212 | tracing::info!( |
| 213 | "state event added to purgatory: eventid: {}, identifier: {}", | 213 | "state event added to purgatory: eventid: {}, identifier: {}", |