fix leaky journal by running uniq on addToCollection entries
Compare changes
+ 12
− 3
@@ -149,12 +149,21 @@ const _mergeJournal = (...journals) => {
fixes leaky journal issue that some users were experiencing where addToCollection
entries would exponentially grow.
fixes #1214 (closed)