diff options
| -rw-r--r-- | protocols/Steam/src/steam_chats.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_chats.cpp b/protocols/Steam/src/steam_chats.cpp index 91bdabc332..0b459100ac 100644 --- a/protocols/Steam/src/steam_chats.cpp +++ b/protocols/Steam/src/steam_chats.cpp @@ -110,6 +110,9 @@ void CSteamProto::OnGetMyChats(const CChatRoomGetMyChatRoomGroupsResponse &reply if (!ids.empty()) SendUserInfoRequest(ids); + if (pChat->voice_allowed) + ExtraIcon_SetIcon(hExtraXStatus, si->hContact, Skin_GetIconHandle(SKINICON_OTHER_SOUND)); + uint32_t dwLastMsgId = getDword(si->hContact, DBKEY_LASTMSG); if (pChat->time_last_message > dwLastMsgId) SendGetChatHistory(si->hContact, dwLastMsgId); |
