Changing storageID shouldn't cause rerender

This commit is contained in:
Fedor Indutny 2021-10-28 15:38:37 -07:00 committed by GitHub
parent 09250abb1e
commit 71ee0568c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View file

@ -1056,7 +1056,7 @@ export async function startApp(): Promise<void> {
maxSize: Infinity,
});
convoCollection.on('change', conversation => {
convoCollection.on('props-change', conversation => {
if (!conversation) {
return;
}