Skip to content
Snippets Groups Projects
Commit fea4b8b4 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

misc: fix new API usage for profile

Change-Id: I417f1ecfbe3457e71c2fcf4fd01518b2798d8463
parent cd983dd1
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,7 @@ static id <AccountAdapterDelegate> _delegate;
avatar:(NSString *)avatar {
updateProfile(std::string([accountId UTF8String]),
std::string([displayName UTF8String]),
"",
std::string([avatar UTF8String]), 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment