forked from jmug/stoatchat
Re-write notifications system.
This commit is contained in:
8
src/notifications/events/mod.rs
Normal file
8
src/notifications/events/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub mod message;
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub enum Notification {
|
||||
MessageCreate(message::Create),
|
||||
}
|
||||
Reference in New Issue
Block a user