mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 11:16:10 -04:00
ensure reconciliation happens when remote conversation is added
This commit is contained in:
parent
2caaf35d52
commit
8fe09555d1
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue