Add missing stripSignature call

This commit is contained in:
Jon Staab
2025-10-02 14:24:39 -07:00
parent 03c38fc895
commit 21f1185db0
+1 -1
View File
@@ -476,7 +476,7 @@ func (instance *Instance) QueryStored(ctx context.Context, filter nostr.Filter)
continue
}
if !yield(event) {
if !yield(stripSignature(event)) {
return
}
}