Better sync between convo and protocol stores
This commit is contained in:
parent
442cc43b94
commit
fbf91a4d79
10 changed files with 195 additions and 14 deletions
|
@ -3015,11 +3015,6 @@ export async function startApp(): Promise<void> {
|
|||
try {
|
||||
log.info('unlinkAndDisconnect: removing configuration');
|
||||
|
||||
// First, make changes to conversations in memory
|
||||
window.getConversations().forEach(conversation => {
|
||||
conversation.unset('senderKeyInfo');
|
||||
});
|
||||
|
||||
// We use username for integrity check
|
||||
const ourConversation =
|
||||
window.ConversationController.getOurConversation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue