ensure reconciliation happens when remote conversation is added

This commit is contained in:
Christien Rioux 2025-06-01 20:57:02 -04:00
parent 2caaf35d52
commit 8fe09555d1

View file

@ -198,6 +198,9 @@ class SingleContactMessagesCubit extends Cubit<SingleContactMessagesState> {
// Init the new DHTLog if we should
_remoteMessagesRecordKey = remoteMessagesRecordKey;
await _initRcvdMessagesDHTLog();
// Run reconciliation once for all input queues
_reconciliation.reconcileMessages(null);
});
}