forked from jmug/stoatchat
Breaking change to FriendStatus, user cache sync.
This commit is contained in:
@@ -41,5 +41,7 @@ impl Notification {
|
||||
|
||||
pub fn push_to_cache(&self) {
|
||||
crate::database::channel::process_event(&self);
|
||||
crate::database::guild::process_event(&self);
|
||||
crate::database::user::process_event(&self);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user