discourse/app
Mark VanLandingham 415abe6491
FIX: Correctly place moderator post for full topic move with freeze_original (#30324)
When freeze_original option is passed to PostMover, and we are moving all posts there is an issue. We attempt to put the small_action right after the last moved post. The issue is when there is an existing small action after the last moved "real" post. We then try to put the moderator post at the same location of the existing small action, which causes an index conflict and the move fails.

This makes sure that we place the moderator post at the verrrrrry end of the topic :)
2024-12-17 10:31:34 -06:00
..
assets UX: Apply admin table to webhooks (#30317) 2024-12-17 08:52:29 -07:00
controllers FEATURE: Reason and deleted content support in the review queue (#30295) 2024-12-17 11:44:46 +11:00
helpers UX: add color-scheme meta tag to _head (#30245) 2024-12-13 08:10:08 -03:00
jobs DEV: ensure rebaking works even when some users have inconsistent data (#30261) 2024-12-16 19:48:25 +08:00
mailers
models FIX: Correctly place moderator post for full topic move with freeze_original (#30324) 2024-12-17 10:31:34 -06:00
serializers FEATURE: Reason and deleted content support in the review queue (#30295) 2024-12-17 11:44:46 +11:00
services FEATURE: Add an option to block IPs and emails to bulk user delete (#29993) 2024-12-09 14:25:31 +03:00
views UX: add color-scheme meta tag to _head (#30245) 2024-12-13 08:10:08 -03:00