json: deserialize note ids into bytes

This commit is contained in:
William Casarin
2023-07-06 17:09:39 -07:00
parent 7b26948101
commit 1ba597fc0a
9 changed files with 84 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ mod relay;
pub use client::ClientMessage;
pub use error::Error;
pub use event::{Event, EventId};
pub use event::{Event, NoteId};
pub use ewebsock;
pub use filter::Filter;
pub use profile::Profile;