DragonByte Tech
Well-known member
- Affected version
- 2.0.0 Beta 7
Okay, so technically this isn't a bug buuuuuuuuuuuut....
This code should be added to
Fillip
XF\Service\Conversation\Creator
has
PHP:
public function isAutomated()
{
$this->setLogIp(false);
$this->setAutoSpamCheck(false);
}
This code should be added to
XF\Service\Conversation\Replier
as well, it's a bit silly that it isn't there.Fillip