We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6287b8c commit 435772bCopy full SHA for 435772b
1 file changed
services/apps/mailing_list_integration/src/crowdmail/services/parse/noteren.py
@@ -358,6 +358,8 @@ def parse_email(
358
"url": source.rstrip("/") + "/r/" + msgid,
359
"isContribution": True,
360
"type": ActivityType.MESSAGE,
361
+ # Matches groupsio's Groupsio_GRID MESSAGE score (services/libs/integrations/src/integrations/groupsio/grid.ts)
362
+ "score": 6,
363
"attributes": attributes,
364
"member": member,
365
}
0 commit comments