Remove redundant filtering of shared journals.

This is already done in sync gate.
master
Tom Hacohen 7 years ago
parent 84a0bf2a8e
commit 763b5b757f

@ -48,12 +48,6 @@ const itemsSelector = createSelector(
syncInfo.forEach(
(syncJournal) => {
const syncEntries = syncJournal.entries;
const journal = syncJournal.journal;
// FIXME: Skip shared journals for now
if (journal.key) {
return;
}
const collectionInfo = syncJournal.collection;

Loading…
Cancel
Save