Changing storageID shouldn't cause rerender
This commit is contained in:
parent
09250abb1e
commit
71ee0568c0
2 changed files with 16 additions and 3 deletions
|
@ -1056,7 +1056,7 @@ export async function startApp(): Promise<void> {
|
|||
maxSize: Infinity,
|
||||
});
|
||||
|
||||
convoCollection.on('change', conversation => {
|
||||
convoCollection.on('props-change', conversation => {
|
||||
if (!conversation) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue