FIX: don't link avatars in "in reply" section of post
This commit is contained in:
parent
3c072cdfc9
commit
358e027e31
|
@ -60,7 +60,7 @@ createWidget('reply-to-tab', {
|
||||||
|
|
||||||
return [iconNode('mail-forward'),
|
return [iconNode('mail-forward'),
|
||||||
' ',
|
' ',
|
||||||
avatarFor.call(this, 'small', {
|
avatarImg.call(this,'small',{
|
||||||
template: attrs.replyToAvatarTemplate,
|
template: attrs.replyToAvatarTemplate,
|
||||||
username: attrs.replyToUsername
|
username: attrs.replyToUsername
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue