mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-06-28 10:47:27 +08:00
Fix chat read status getting changed while in the same chat
This commit is contained in:
@ -134,6 +134,7 @@ class MethodChannelService extends GetxService {
|
||||
}
|
||||
case "markAsRead":
|
||||
case "chat-read-status-changed":
|
||||
if (ls.isAlive) return;
|
||||
await storeStartup.future;
|
||||
Logger.info("Received chat status change from FCM");
|
||||
Map<String, dynamic> data = jsonDecode(call.arguments);
|
||||
|
Reference in New Issue
Block a user