I do have an addon that is supposed to handle this but it is not working for post replies. It does work for new threads.
The code in src/addons/.../XF/Service/Thread/Creator.php is:
<?php
namespace FS\AnonymousUser\XF\Service\Thread;
class Creator extends XFCP_Creator
{
protected...