More small tweaks after self-rewiewing

This commit is contained in:
Hocuri
2026-05-06 16:48:21 +02:00
parent 13c58670da
commit 0e3897c5ef
5 changed files with 3 additions and 17 deletions

View File

@@ -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)