XF 2.1 "Last edited by {username}"?

Any update on this?
I see a snippet in the template:

Code:
<xf:if is="$post.user_id == $post.last_edit_user_id">
{{ phrase('last_edited:') }} <xf:date time="{$post.last_edit_date}" />
<xf:else />
{{ phrase('last_edited_by_moderator:') }} <xf:date time="{$post.last_edit_date}" />
</xf:if>
But wonder how to fetch LastEditUser w/o performance issues.
 
Did anything happen here?
How can I allow my members to edit their own comments and add a reason.
I am sure many other forums have this feature
Surley it should be available in the core of XF
 
Top Bottom