From 9885bf54f788e831a80c76001340aa68d31d2aaa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Jan 2023 18:34:51 +0300 Subject: Group chats: ChatRoomID setting replaced with real protocol id --- plugins/Variables/src/contact.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/Variables/src') diff --git a/plugins/Variables/src/contact.cpp b/plugins/Variables/src/contact.cpp index bb6194aad9..5904a2cd23 100644 --- a/plugins/Variables/src/contact.cpp +++ b/plugins/Variables/src/contact.cpp @@ -153,15 +153,6 @@ wchar_t* getContactInfoT(uint8_t type, MCONTACT hContact) if ((res = Clist_GetGroup(hContact)) != nullptr) return res; break; - - case CNF_UNIQUEID: - // UID for ChatRoom - if (Contact::IsGroupChat(hContact, szProto)) - if ((res = db_get_wsa(hContact, szProto, "ChatRoomID")) != nullptr) - return res; - - // UID for other contact - break; } return Contact::GetInfo(type, hContact); -- cgit v1.2.3