Merge branch 'master' into unstable

This commit is contained in:
Mike Dilger 2024-07-18 09:15:03 +12:00
commit 50c9dfe273

View File

@ -4,7 +4,7 @@ use heed::{types::Bytes, DatabaseFlags, RwTxn};
use nostr_types::{EventV2, EventV3, PublicKeyHex, TagV3};
use std::sync::Mutex;
pub(super) const INDEXED_TAGS: [&str; 3] = ["a", "d", "p"];
pub(super) const INDEXED_TAGS: [&str; 4] = ["a", "d", "p", "delegation"];
// TODO: If this had reverse created_at, we could much more quickly find
// inbox messages.