Remove old notif code; uncommited changes.

This commit is contained in:
Paul Makles
2020-11-28 19:25:15 +00:00
parent c3362a6e4f
commit 5711986768
19 changed files with 70 additions and 737 deletions

View File

@@ -170,7 +170,7 @@ impl<'r> FromParam<'r> for Channel {
}
}
use crate::notifications::events::Notification;
/*use crate::notifications::events::Notification;
pub fn process_event(event: &Notification) {
match event {
@@ -212,4 +212,4 @@ pub fn process_event(event: &Notification) {
}
_ => {}
}
}
}*/