mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-08 18:59:36 +01:00
[Fix]: Fix largestUid stats tracking
This commit is contained in:
parent
727fd56730
commit
847092e866
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ class MailProcessingService extends EventEmitter {
|
|||
// Track email received
|
||||
if (this.statisticsStore) {
|
||||
this.statisticsStore.recordReceive()
|
||||
// Update all-time total with new UID
|
||||
this.statisticsStore.updateLargestUid(mail.uid)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue