Change debounce time to notify callsite (#726)

* makes debounces a property of calls to notify rather than a global property of the notification manager

* Update appmgr/src/status/mod.rs

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
This commit is contained in:
Keagan McClelland
2021-10-23 21:49:51 -06:00
committed by Aiden McClelland
parent 17d0f9e533
commit 678fa0731e
5 changed files with 25 additions and 27 deletions

View File

@@ -260,6 +260,7 @@ async fn maybe_do_update(ctx: RpcContext) -> Result<Option<Arc<Revision>>, Error
"EmbassyOS Update Failed".to_owned(),
format!("Update was not successful because of {}", e),
NotificationSubtype::General,
None,
)
.await
.expect("")