Removed caching from Echomail - it affects sending packets, since they caching is not cleared when they are updated as sent
This commit is contained in:
parent
dd8558487c
commit
79b10bcd48
@ -12,11 +12,11 @@ use Illuminate\Support\Facades\Log;
|
||||
use App\Casts\{CollectionOrNull,CompressedString};
|
||||
use App\Classes\FTN\Message;
|
||||
use App\Interfaces\Packet;
|
||||
use App\Traits\{EncodeUTF8,MsgID,ParseAddresses,QueryCacheableConfig};
|
||||
use App\Traits\{EncodeUTF8,MsgID,ParseAddresses};
|
||||
|
||||
final class Echomail extends Model implements Packet
|
||||
{
|
||||
use SoftDeletes,EncodeUTF8,MsgID,ParseAddresses,QueryCacheableConfig;
|
||||
use SoftDeletes,EncodeUTF8,MsgID,ParseAddresses;
|
||||
|
||||
private const LOGKEY = 'ME-';
|
||||
private Collection $set_seenby;
|
||||
|
Loading…
Reference in New Issue
Block a user