So far this is what I'm seeing when attempting to use this with the pull request on the wp-discourse plugin.

The visible problems here are missing avatars and wrong dates. Not obvious in the screenshot is the fact that the arrow on the right doesn't do anything when clicked.
Related to the missing avatars, here's what the code looks like on the loaded page:
<h4>last reply</h4>
<div class="topic-map-post last-reply">
<a class="trigger-user-card ">
<img alt="" width="20" height="20" src="" title="" class="avatar">
</a>
<span class="relative-date">January 01</span>
</div>
I hope this feedback is helpful. Let me know if I can help in any way.
So far this is what I'm seeing when attempting to use this with the pull request on the wp-discourse plugin.
The visible problems here are missing avatars and wrong dates. Not obvious in the screenshot is the fact that the arrow on the right doesn't do anything when clicked.
Related to the missing avatars, here's what the code looks like on the loaded page:
<h4>last reply</h4><div class="topic-map-post last-reply"><a class="trigger-user-card "><img alt="" width="20" height="20" src="" title="" class="avatar"></a><span class="relative-date">January 01</span></div>I hope this feedback is helpful. Let me know if I can help in any way.