Added filefix %AREA

This commit is contained in:
2024-11-26 22:05:40 +11:00
parent 39034dbbb0
commit d58ed8842b
8 changed files with 403 additions and 46 deletions

View File

@@ -78,7 +78,7 @@ class Area extends Base
->whereNotNull('export_at')
->whereNull('sent_at')
->orderBy('echomails.datetime')
->skip($this->mo->fftn->system->pkt_msgs)
->skip($this->mo->fftn->system->pkt_msgs) // Might already being sent in this session
->delete();
Log::debug(sprintf('%s:- FTN [%s] UNSUBSCRIBED from [%s] clearing [%s]',self::LOGKEY,$this->mo->fftn->ftn,$area,$x));