async fn push_bg_warning(
log: &RwLock<NotificationLog>,
message: &str,
profile_id: &ProfileId,
)Expand description
Push a Severity::Warning notification into the log — best-effort.
async fn push_bg_warning(
log: &RwLock<NotificationLog>,
message: &str,
profile_id: &ProfileId,
)Push a Severity::Warning notification into the log — best-effort.