mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
fix formatting and most of the test
This commit is contained in:
@@ -81,7 +81,7 @@ impl FullChat {
|
||||
false
|
||||
};
|
||||
|
||||
let mailing_list_address = chat.get_mailinglist_addr().map(|s|s.to_string());
|
||||
let mailing_list_address = chat.get_mailinglist_addr().map(|s| s.to_string());
|
||||
|
||||
Ok(FullChat {
|
||||
id: chat_id,
|
||||
|
||||
Reference in New Issue
Block a user