nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit 735f1590f2487273d35328a22134574a7ccb4fe7
parent 044ff0ab60be78cd3c0150b28e2c84a6df0d1bac
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 11 Feb 2024 09:05:41 -0800

profile: fix bug where profile does not update

Changelog-Fixed: Fix profile not updating bug
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/nostrdb.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/nostrdb.c b/src/nostrdb.c @@ -2349,7 +2349,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