If a user creates a new topic and another user makes some edits, when an admin selects it and moves it to a different topic (with or without preserving the creation order), the edits are lost.
This only happens on the first post of the topic (the edits on any further posts are preserved), which is the same behavior of timed/scheduled topics (all edits are lost and the created_at date is reset).
Steps to replicate:
- Create a new topic
- Post a reply to the first post
- Make some edits to both posts
- Select both posts and move them to an existing topic
Expected behavior: The edits on both posts are visible.
Current behavior: The edits on the first post are not visible.