2019-03-27, 12:04 AM
(This post was last modified: 2019-03-27, 12:06 AM by frostschutz.)

(2019-03-26, 10:31 PM)Wildcard Wrote: When you move a thread and leave a redirect, an identifier is added to the new URL.
This is very odd, there should be no new URL. Moved Thread Redirects are resolved internally by MyBB so technically the redirect tid is never exposed to end user.
https://github.com/mybb/mybb/blob/bc5fcf...#L875-L884
Even if it was exposed, the original thread should have a lower tid value, so - if anything it's the temporary redirect placeholder that should suffer the --1234 suffix, thread itself still unchanged all the same.