use recipient thumbnail, not actor for manager activity

Fixes an issue where the thumbnail mismatches the username presented
This commit is contained in:
Matthew Taylor 2017-09-13 13:47:27 -04:00
parent 2034edb82f
commit 98cbfd638f

View file

@ -51,7 +51,7 @@ var Activity = React.createClass({
return (
<li key={item.pk}>
<a href={actorProfileUrl}>
<img src={item.actor.thumbnail_url} width="34" height="34" alt="" />
<img src={item.recipient.thumbnail_url} width="34" height="34" alt="" />
<p dangerouslySetInnerHTML={{__html: activityMessageHTML}}></p>
<p>
<span className="stamp">