From cb470d33d2665fcc6f8448d2736777656cf0cbe7 Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Tue, 24 Mar 2026 00:25:07 +0100
Subject: [PATCH] feat: MQTT migration, offline catch_up, clean session, image support

---
 lib/providers/providers.dart |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/providers/providers.dart b/lib/providers/providers.dart
index 046f38f..b477237 100644
--- a/lib/providers/providers.dart
+++ b/lib/providers/providers.dart
@@ -8,7 +8,7 @@
 import '../models/server_config.dart';
 import '../models/session.dart';
 import '../services/message_store.dart';
-import '../services/websocket_service.dart' show ConnectionStatus;
+import '../services/mqtt_service.dart' show ConnectionStatus;
 
 // --- Enums ---
 

--
Gitblit v1.3.1