Fix processing echomail and when mail crc is calculated as it was decompressing the CompressedString

This commit is contained in:
2024-05-21 22:46:53 +10:00
parent 18f5354d0c
commit b443762739
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ abstract class Process
{
public static function canProcess(Echoarea $eao): bool
{
return $eao->automsgs;
return $eao->automsgs ? TRUE : FALSE;
}
/**