No need to check oCacher

This commit is contained in:
the-djmaze 2022-12-29 13:59:40 +01:00
parent d4c4f84c13
commit 94d33a6daf

View file

@ -655,10 +655,6 @@ class MailClient
throw new \InvalidArgumentException('THREAD not supported');
}
if (!$oParams->oCacher || !($oParams->oCacher instanceof \MailSo\Cache\CacheClient)) {
$oParams->oCacher = null;
}
$oMessageCollection->FolderHash = $oInfo->getHash($this->oImapClient->Hash());
if (!$oParams->iThreadUid) {