File tree Expand file tree Collapse file tree
services/apps/data_sink_worker/src/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,8 +294,8 @@ export default class ActivityService extends LoggerBase {
294294
295295 // When activity.username is set but differs from the member's platform identity value,
296296 // override it so the member lookup and the identity insert use the same key.
297- // Example: git activities set activity.username to the author display name (e.g. "Doug Hellmann ")
298- // while the identity stores the email (e.g. "doug@doughellmann .com"). Without this correction
297+ // Example: git activities set activity.username to the author display name (e.g. "John Doe ")
298+ // while the identity stores the email (e.g. "john.doe@example .com"). Without this correction
299299 // the lookup misses the existing member, creating an unnecessary orphan member.
300300 if ( username && member ) {
301301 const platformIdentity = member . identities . find (
You can’t perform that action at this time.
0 commit comments