Mark all messages as seen
This commit is contained in:
parent
43247e2a5c
commit
573f231466
4 changed files with 35 additions and 2 deletions
|
|
@ -124,6 +124,8 @@ impl MsgStore<LogMsg> for Logger {
|
|||
}
|
||||
|
||||
async fn set_seen(&self, _id: &usize, _seen: bool) {}
|
||||
|
||||
async fn set_all_seen(&self, _seen: bool) {}
|
||||
}
|
||||
|
||||
impl Log for Logger {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue