Remove deprecated attach_selfavatar config

According to the comment it was added in Dec 2019
with an intention to remove it "after some time".
This commit is contained in:
link2xt
2023-01-12 14:41:41 +00:00
parent 5f883a4445
commit 1c44135b41
4 changed files with 10 additions and 12 deletions

View File

@@ -76,6 +76,7 @@ pub struct MimeFactory<'a> {
/// and must be deleted if the message is actually queued for sending.
sync_ids_to_delete: Option<String>,
/// True if the avatar should be attached.
attach_selfavatar: bool,
}