correct detection of optimized image format

This commit is contained in:
azivner
2018-01-07 08:24:04 -05:00
parent c022fcf196
commit 97c1b3061f
7 changed files with 35 additions and 13 deletions

View File

@@ -49,6 +49,9 @@ const messaging = (function() {
recentNotes.reload();
}
// we don't detect image changes here since images themselves are immutable and references should be
// updated in note detail as well
changesToPushCountEl.html(message.changesToPushCount);
}
else if (message.type === 'sync-hash-check-failed') {