upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/nostr/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/nostr/builder.rs')
-rw-r--r--src/nostr/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nostr/builder.rs b/src/nostr/builder.rs
index 629c111..9211972 100644
--- a/src/nostr/builder.rs
+++ b/src/nostr/builder.rs
@@ -399,7 +399,7 @@ impl Nip34WritePolicy {
399 // Add to purgatory 399 // Add to purgatory
400 self.ctx 400 self.ctx
401 .purgatory 401 .purgatory
402 .add_pr(event.clone(), event.id.to_hex(), commit.clone()); 402 .add_pr(event.clone(), event.id.to_hex(), commit.clone(), is_synced);
403 403
404 WritePolicyResult::Reject { 404 WritePolicyResult::Reject {
405 status: true, // Client sees OK 405 status: true, // Client sees OK