Merge branch 'soon'

pull/1/head
yflory 2018-05-17 11:51:38 +02:00
commit 67b55f2211
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ define([
var profileChan = profile.edit ? Hash.hrefToHexChannelId('/profile/#' + profile.edit, null) : null;
if (profileChan) { list.push(profileChan); }
var avatarChan = profile.avatar ? Hash.hrefToHexChannelId(profile.avatar, null) : null;
if (avatarChan) { list.push(avatarChan); }
if (avatarChan) { list.push(Util.base64ToHex(avatarChan)); }
}
if (store.proxy.friends) {