mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
remove weird comment
This commit is contained in:
committed by
Alexander Krotov
parent
e1bd740249
commit
b7a2d17e93
@@ -779,9 +779,6 @@ impl Contact {
|
||||
return &self.name;
|
||||
}
|
||||
if !self.authname.is_empty() {
|
||||
// normally, name is initialized by authname and this condition would not be needed.
|
||||
// however, for some resilience against some maybe corrupted dev-versions,
|
||||
// we do this extra-check for now.
|
||||
return &self.authname;
|
||||
}
|
||||
&self.addr
|
||||
|
||||
Reference in New Issue
Block a user