mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
More small tweaks after self-rewiewing
This commit is contained in:
@@ -2119,7 +2119,7 @@ pub async fn estimate_deletion_cnt(
|
||||
) -> Result<usize> {
|
||||
ensure!(
|
||||
!from_server,
|
||||
"The `delete_server_after` config option was removed."
|
||||
"The `delete_server_after` config option was removed. You need to pass `false` for `from_server`."
|
||||
);
|
||||
|
||||
let self_chat_id = ChatIdBlocked::lookup_by_contact(context, ContactId::SELF)
|
||||
|
||||
Reference in New Issue
Block a user