forked from twentyhq/twenty
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fetch and parse full gmail message (twentyhq#5160)
first part of https://github.com/twentyhq/twenty/issues/4108 related PR twentyhq#5081 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
- Loading branch information
1 parent
b5d3396
commit a981344
Showing
9 changed files
with
232 additions
and
257 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
2 changes: 1 addition & 1 deletion
2
...ty-server/src/modules/messaging/constants/gmail-users-messages-get-batch-size.constant.ts
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 |
---|---|---|
@@ -1 +1 @@ | ||
export const GMAIL_USERS_MESSAGES_GET_BATCH_SIZE = 10; | ||
export const GMAIL_USERS_MESSAGES_GET_BATCH_SIZE = 20; |
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.