We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77ba3c commit 5a12546Copy full SHA for 5a12546
1 file changed
services/apps/data_sink_worker/src/service/activity.service.ts
@@ -342,6 +342,12 @@ export default class ActivityService extends LoggerBase {
342
)
343
if (emailFallback) {
344
activity.username = emailFallback.value
345
+ activity.member.identities.push({
346
+ platform,
347
+ type: MemberIdentityType.USERNAME,
348
+ value: emailFallback.value,
349
+ verified: emailFallback.verified,
350
+ })
351
} else {
352
// No usable identity at all (e.g. git commit with empty author email).
353
// Nothing to attribute — skip silently rather than error.
0 commit comments