forked from twentyhq/twenty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5531 update gmail full sync to v2 (twentyhq#5674)
Closes twentyhq#5531 --------- Co-authored-by: Charles Bochet <[email protected]>
- Loading branch information
1 parent
7f27230
commit 50997a4
Showing
39 changed files
with
1,060 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ export const seedMessageChannel = async ( | |
handle: '[email protected]', | ||
visibility: 'share_everything', | ||
syncSubStatus: | ||
MessageChannelSyncSubStatus.FULL_MESSAGES_LIST_FETCH_PENDING, | ||
MessageChannelSyncSubStatus.FULL_MESSAGE_LIST_FETCH_PENDING, | ||
}, | ||
{ | ||
id: DEV_SEED_MESSAGE_CHANNEL_IDS.JONY, | ||
|
@@ -56,7 +56,7 @@ export const seedMessageChannel = async ( | |
handle: '[email protected]', | ||
visibility: 'share_everything', | ||
syncSubStatus: | ||
MessageChannelSyncSubStatus.FULL_MESSAGES_LIST_FETCH_PENDING, | ||
MessageChannelSyncSubStatus.FULL_MESSAGE_LIST_FETCH_PENDING, | ||
}, | ||
{ | ||
id: DEV_SEED_MESSAGE_CHANNEL_IDS.PHIL, | ||
|
@@ -69,7 +69,7 @@ export const seedMessageChannel = async ( | |
handle: '[email protected]', | ||
visibility: 'share_everything', | ||
syncSubStatus: | ||
MessageChannelSyncSubStatus.FULL_MESSAGES_LIST_FETCH_PENDING, | ||
MessageChannelSyncSubStatus.FULL_MESSAGE_LIST_FETCH_PENDING, | ||
}, | ||
]) | ||
.execute(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.