There have been some complaints that crosspost detection is not working well:
The problem is that it is handled in the frontend, and only works if both posts are on the same page. By moving it to the backend and handling it in SQL, we can merge crossposts even if they are on different pages.
Related: #6262
There have been some complaints that crosspost detection is not working well:
The problem is that it is handled in the frontend, and only works if both posts are on the same page. By moving it to the backend and handling it in SQL, we can merge crossposts even if they are on different pages.
Related: #6262