From c84843a4a12938ec7d5ccffabe9698492461ae0b Mon Sep 17 00:00:00 2001 From: boban Date: Sat, 25 Oct 2025 15:45:18 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/Ui/System/UpdateCard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index 92e0b60..97af280 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -224,6 +224,7 @@ class UpdateCard extends Component $this->state = 'idle'; Cache::forget('mailwolt.update_available'); // Legacy-Key } + } protected function refreshLowLevelState(): void