Skip to content

Commit

Permalink
Unify "anon" users by calling the new trackAliasUser method introdu…
Browse files Browse the repository at this point in the history
…ced in Tracks 1.1.
  • Loading branch information
daniloercoli authored and maxme committed Nov 4, 2015
1 parent 09bcd4d commit 6141212
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -440,7 +440,7 @@ public void refreshMetadata(boolean isUserConnected, boolean isWordPressComUser,
setWordPressComUserName(username);
// Re-unify the user
if (getAnonID() != null) {
mNosaraClient.trackAliasUser(getWordPressComUserName(), getAnonID());
mNosaraClient.trackAliasUser(getWordPressComUserName(), getAnonID(), TracksClient.NosaraUserType.WPCOM);
clearAnonID();
}
} else {
Expand Down

0 comments on commit 6141212

Please sign in to comment.