expose add link on UI, fixes #95

This commit is contained in:
azivner
2018-05-26 10:04:40 -04:00
parent cb69914f09
commit 1a737f7d19
8 changed files with 37 additions and 120 deletions

View File

@@ -56,7 +56,7 @@ async function checkContentHashes(otherHashes) {
if (hashes[key] !== otherHashes[key]) {
allChecksPassed = false;
await eventLogService.addEvent(`Content hash check for ${key} FAILED. Local is ${hashes[key]}, remote is ${resp.hashes[key]}`);
await eventLogService.addEvent(`Content hash check for ${key} FAILED. Local is ${hashes[key]}, remote is ${otherHashes[key]}`);
if (key !== 'recent_notes') {
// let's not get alarmed about recent notes which get updated often and can cause failures in race conditions