Fixed Merge post note

cimad

Member
Affected version
2.0
Hi

In Xenforo 1.5, when I merge posts, I will see a note saying "Edited by moderator ..." but I do not see this happening in XF2.

In case it was a bug and is added again, I would appreciate adding the "Edit silently ..." checbox.

I do not know if it's a bug or if that note has been deleted.

Regards
 
I've made some changes here. We did actually have code to insert edit history, but we weren't triggering edit count changes as expected so it was often hidden.

I've moved the history logging into the post merger service rather than in the inline mod handler, so this will be easier to apply in all cases. The edit count is now updated for each history log we insert.

Further, we now add a public edit display only if the moderator makes changes to the text that differs from what the messages would be when automatically combined (the text you get when merging). This makes a more clear log of what happened.
 
Top Bottom