mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
refactor: accept &str instead of Option<String> in idle()
This commit is contained in:
@@ -620,7 +620,7 @@ async fn fetch_idle(
|
||||
.idle(
|
||||
ctx,
|
||||
connection.idle_interrupt_receiver.clone(),
|
||||
Some(watch_folder),
|
||||
&watch_folder,
|
||||
)
|
||||
.await
|
||||
.context("idle")
|
||||
|
||||
Reference in New Issue
Block a user