Mark older messages as seen instead

This commit is contained in:
Joscha 2022-08-08 16:16:38 +02:00
parent 573f231466
commit cee91695e0
4 changed files with 30 additions and 12 deletions

View file

@ -125,7 +125,7 @@ impl MsgStore<LogMsg> for Logger {
async fn set_seen(&self, _id: &usize, _seen: bool) {}
async fn set_all_seen(&self, _seen: bool) {}
async fn set_older_seen(&self, _id: &usize, _seen: bool) {}
}
impl Log for Logger {