<?php
namespace XF\Alert;
class ConversationMessage extends AbstractHandler
{
public function getEntityWith()
{
return ['Conversation'];
}
public function getOptOutActions()
{
return ['reaction'];
}
public function getOptOutDisplayOrder()
{
return 25000;
}
}