Also init tasks on first run.
parent
a8c6b30456
commit
7d2fa215a3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue