mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
For example: when you rename a discussion, DiscussionRenamedPost is created. If you rename it again immediately afterwards, then a new DiscussionRenamedPost can be merged into the old one. This will either result in the old one being updated with the new title, or it being deleted all together if it was renamed back to the old title.