From 7d2fa215a3c3c388bf527436905cc3bf91cca6cc Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sat, 26 Jan 2019 22:47:04 +0000 Subject: [PATCH] Also init tasks on first run. --- src/SyncGate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SyncGate.tsx b/src/SyncGate.tsx index 31ff931..5bafc63 100644 --- a/src/SyncGate.tsx +++ b/src/SyncGate.tsx @@ -104,7 +104,7 @@ class SyncGate extends React.PureComponent { return; } - ['ADDRESS_BOOK', 'CALENDAR'].forEach((collectionType) => { + ['ADDRESS_BOOK', 'CALENDAR', 'TASKS'].forEach((collectionType) => { const collection = new EteSync.CollectionInfo(); collection.uid = EteSync.genUid(); collection.type = collectionType;