Skip to content

Commit 367ef71

Browse files
committed
Save last merged uid and did in users document
1 parent ce818cc commit 367ef71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/parts/mgmt/app_users.js

+2
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,8 @@ usersApi.mergeUserProperties = function(newAppUserP, oldAppUser) {
569569
newAppUserP[i] = oldAppUser[i];
570570
}
571571
}
572+
newAppUserP.merged_uid = oldAppUser.uid;
573+
newAppUserP.merged_did = oldAppUser.did;
572574
newAppUserP.merges = (newAppUserP.merges || 0) + 1;
573575
};
574576

0 commit comments

Comments
 (0)