Fixed icon caching

pull/163/head
M66B 5 years ago
parent 403d7a3fa2
commit 9afdacadd2

@ -106,7 +106,7 @@ public class ContactInfo {
return new ContactInfo();
InternetAddress address = (InternetAddress) addresses[0];
String key = address.getAddress();
String key = MessageHelper.formatAddresses(new Address[]{address});
synchronized (emailContactInfo) {
ContactInfo info = emailContactInfo.get(key);
if (info != null && !info.isExpired())

Loading…
Cancel
Save