Color rooms in the buflist based on notifications/highlights
All checks were successful
CI / lint (push) Successful in 2m24s
CI / Build and test (, 1.73.0) (push) Successful in 4m57s
CI / Build and test (, beta) (push) Successful in 6m2s
CI / Build and test (, nightly) (push) Successful in 5m22s

This commit is contained in:
2023-11-19 11:21:32 +01:00
parent 9c9f21bc82
commit 8d6a076b59
6 changed files with 82 additions and 21 deletions

View File

@ -98,4 +98,8 @@ impl Buffer for LogBuffer {
}),
)
}
fn unread_notification_counts(&self) -> matrix_sdk::sync::UnreadNotificationsCount {
Default::default()
}
}