Also init tasks on first run.

master
Tom Hacohen 2019-01-26 22:47:04 +00:00
parent a8c6b30456
commit 7d2fa215a3
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class SyncGate extends React.PureComponent<PropsTypeInner> {
return;
}
['ADDRESS_BOOK', 'CALENDAR'].forEach((collectionType) => {
['ADDRESS_BOOK', 'CALENDAR', 'TASKS'].forEach((collectionType) => {
const collection = new EteSync.CollectionInfo();
collection.uid = EteSync.genUid();
collection.type = collectionType;