mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +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;
|
return &self.name;
|
||||||
}
|
}
|
||||||
if !self.authname.is_empty() {
|
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;
|
return &self.authname;
|
||||||
}
|
}
|
||||||
&self.addr
|
&self.addr
|
||||||
|
|||||||
Reference in New Issue
Block a user