Sync mute state

This commit is contained in:
Josh Perez
2021-04-09 09:19:38 -07:00
committed by GitHub
parent 15247e1c9a
commit 6c0acd09df
16 changed files with 236 additions and 61 deletions
+2 -1
View File
@@ -626,7 +626,8 @@ async function mergeRecord(
window.log.error(
'storageService.mergeRecord: Error with',
redactStorageID(storageID),
itemType
itemType,
String(err)
);
}