feat(NIP-33): parameterized replaceable events for postgres

This commit is contained in:
Greg Heartsfield
2023-01-29 18:30:08 -06:00
parent 34db91940c
commit 1804bee912
3 changed files with 39 additions and 3 deletions
+1
View File
@@ -420,6 +420,7 @@ impl NostrRepo for SqliteRepo {
// TODO: we could use try_send, but we'd have to juggle
// getting the query result back as part of the error
// result.
metrics.sent_events.inc();
query_tx
.blocking_send(QueryResult {
sub_id: sub.get_id(),