summaryrefslogtreecommitdiff
path: root/protocols/Teams/src/teams_profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Teams/src/teams_profile.cpp')
-rw-r--r--protocols/Teams/src/teams_profile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Teams/src/teams_profile.cpp b/protocols/Teams/src/teams_profile.cpp
index cf257aa839..2402467c51 100644
--- a/protocols/Teams/src/teams_profile.cpp
+++ b/protocols/Teams/src/teams_profile.cpp
@@ -134,9 +134,6 @@ void CTeamsProto::OnGetProfileInfo(MHttpResponse *response, AsyncHttpRequest *pR
SetString(hContact, "FirstName", root["firstname"]);
SetString(hContact, "CompanyPhone", root["phoneOffice"]);
- if (auto &pMood = root["richMood"])
- RemoveHtml(pMood.as_mstring(), true); // this call extracts only emoji / mood id
-
UpdateProfileDisplayName(root, hContact);
UpdateProfileGender(root, hContact);
UpdateProfileBirthday(root, hContact);