mirror of
https://github.com/nostrlabs-io/notepush.git
synced 2025-06-21 05:20:45 +00:00
Initial draft commit
This commit is contained in:
7
src/notification_manager/mod.rs
Normal file
7
src/notification_manager/mod.rs
Normal file
@ -0,0 +1,7 @@
|
||||
pub mod notification_manager;
|
||||
pub mod mute_manager;
|
||||
mod nostr_event_extensions;
|
||||
|
||||
pub use notification_manager::NotificationManager;
|
||||
pub use mute_manager::MuteManager;
|
||||
use nostr_event_extensions::{ExtendedEvent, SqlStringConvertible};
|
Reference in New Issue
Block a user