nostrdb: query: include note size in query results

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-07 16:18:33 -08:00
committed by Daniel D’Aquino
parent bebd531b58
commit 0bd4717e01
2 changed files with 12 additions and 8 deletions

View File

@@ -411,6 +411,7 @@ struct ndb_block_iterator {
struct ndb_query_result {
struct ndb_note *note;
uint64_t note_size;
uint64_t note_id;
};