summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/SkypeWeb/src/skype_chatrooms.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp
index 1d0065c4a3..bc4f755e4c 100644
--- a/protocols/SkypeWeb/src/skype_chatrooms.cpp
+++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp
@@ -404,14 +404,7 @@ void CSkypeProto::AddChatContact(const TCHAR *tchat_id, const char *id, const ch
gce.ptszUID = tid;
gce.time = time(NULL);
gce.bIsMe = IsMe(id);
-
- if (gce.bIsMe) {
- gce.ptszStatus = TranslateT("Myself");
- }
- else
- {
- gce.ptszStatus = TranslateTS(role);
- }
+ gce.ptszStatus = TranslateTS(role);
CallServiceSync(MS_GC_EVENT, 0, reinterpret_cast<LPARAM>(&gce));
}