fix: stream kind

This commit is contained in:
kieran 2025-01-30 13:19:26 +00:00
parent 32f342efde
commit ccb2add607
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_312;
const STREAM_EVENT_KIND: u16 = 30_311;
/// zap.stream NIP-53 overseer
pub struct ZapStreamOverseer {