Update deltachat-jsonrpc/src/api.rs

Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
This commit is contained in:
Hocuri
2026-05-07 10:23:25 +02:00
parent 6c862ed298
commit f617e5ced7

View File

@@ -741,7 +741,7 @@ impl CommandApi {
/// This is typically used to show the estimated impact to the user /// This is typically used to show the estimated impact to the user
/// before actually enabling deletion of old messages. /// before actually enabling deletion of old messages.
/// ///
/// Messages in the "saved messages" folder are not counted as they will not be deleted automatically. /// Messages in the "Saved Messages" chat are not counted as they will not be deleted automatically.
/// ///
/// Parameters: /// Parameters:
/// - `from_server`: Deprecated, pass `false` here /// - `from_server`: Deprecated, pass `false` here