Skip to content

Commit

Permalink
profile: fix bug where profile does not update
Browse files Browse the repository at this point in the history
Changelog-Fixed: Fix profile not updating bug
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 13, 2024
1 parent 044ff0a commit 735f159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nostrdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 735f159

Please sign in to comment.