From ab529c43eb296437d96e70844451e03e1bd0f14b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 11 Feb 2024 09:05:41 -0800 Subject: [PATCH] profile: fix bug where profile does not update Changelog-Fixed: Fix profile not updating bug Signed-off-by: William Casarin --- nostrdb/nostrdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nostrdb/nostrdb.c b/nostrdb/nostrdb.c index efa889ba..09931711 100644 --- a/nostrdb/nostrdb.c +++ b/nostrdb/nostrdb.c @@ -1934,7 +1934,6 @@ static int ndb_write_profile(struct ndb_txn *txn, // write last fetched record if (!ndb_maybe_write_last_profile_fetch(txn, note)) { ndb_debug("failed to write last profile fetched record\n"); - return 0; } // write profile pubkey index