fix: stream kind

This commit is contained in:
kieran 2025-01-30 13:19:02 +00:00
parent 3b151563a7
commit 32f342efde
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -42,7 +42,7 @@ use zap_stream_core::variant::{StreamMapping, VariantStream};
use zap_stream_db::sqlx::Encode;
use zap_stream_db::{UserStream, UserStreamState, ZapStreamDb};
const STREAM_EVENT_KIND: u16 = 30_313;
const STREAM_EVENT_KIND: u16 = 30_312;
/// zap.stream NIP-53 overseer
pub struct ZapStreamOverseer {