mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
improve naming
This commit is contained in:
@@ -39,7 +39,7 @@ impl CommandApi {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn new_from_cffi(accounts: Arc<RwLock<Accounts>>) -> Self {
|
||||
pub fn new_from_arc(accounts: Arc<RwLock<Accounts>>) -> Self {
|
||||
CommandApi { accounts }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user