Skip to content
Snippets Groups Projects
Commit a56929a9 authored by Isa's avatar Isa Committed by Sébastien Blin
Browse files

account load: update alias from db


Change-Id: Ibd1a13958e8a0c6614d2bcb92fae2f3dab20356d
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent 58da4ffa
Branches
No related tags found
No related merge requests found
......@@ -549,6 +549,9 @@ NewAccountModelPimpl::addToAccounts(const std::string& accountId)
// Retrieve avatar from database
newAcc.profileInfo.avatar = authority::database::getAvatarForProfileId(database, accountProfileId);
// Retrieve alias from database
newAcc.profileInfo.alias = authority::database::getAliasForProfileId(database, accountProfileId);
}
// Init models for this account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment