Bug 1764138 - Only show conversation icon for a user tooltip if it is a direct conversation with them. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D143393 --HG-- extra : amend_source : 50afbd615338d3738f053f81d59d090caa2b1461
This commit is contained in:
Родитель
3d04220eba
Коммит
5d0a1124b9
|
@ -421,7 +421,7 @@
|
|||
if (overrideAvatar) {
|
||||
this.setUserIcon(overrideAvatar, true);
|
||||
this.hasBestAvatar = true;
|
||||
} else if (aConv) {
|
||||
} else if (aConv && !aConv.isChat) {
|
||||
this.setUserIcon(aConv.convIconFilename, true);
|
||||
this.hasBestAvatar = true;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче