buflist: Show rooms with unread events in red
All checks were successful
CI / lint (push) Successful in 2m27s
CI / Build and test (, 1.73.0) (push) Successful in 5m15s
CI / Build and test (, beta) (push) Successful in 6m22s
CI / Build and test (, nightly) (push) Successful in 5m33s

This commit is contained in:
2023-11-19 17:12:55 +01:00
parent 8d6a076b59
commit b60834ebb3
6 changed files with 113 additions and 20 deletions

View File

@ -102,4 +102,9 @@ impl Buffer for LogBuffer {
fn unread_notification_counts(&self) -> matrix_sdk::sync::UnreadNotificationsCount {
Default::default()
}
fn fully_read(&self) -> bool {
// TODO
true
}
}