forked from jmug/stoatchat
Update cached channel state from notifications.
This commit is contained in:
@@ -38,4 +38,8 @@ impl Notification {
|
||||
unreachable!()
|
||||
}
|
||||
}
|
||||
|
||||
pub fn push_to_cache(&self) {
|
||||
crate::database::channel::process_event(&self);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user