Sync update: 2026-05-19 23:27:14
This commit is contained in:
@@ -166,6 +166,7 @@ class ConversationsController extends GetxController {
|
||||
timestamp: msgData['timestamp'] ?? 0,
|
||||
fromMe: msgData['fromMe'] ?? false,
|
||||
hasMedia: msgData['hasMedia'] ?? false,
|
||||
ack: msgData['ack'] ?? 0,
|
||||
);
|
||||
|
||||
// Find existing conversation and update it
|
||||
|
||||
Reference in New Issue
Block a user