summaryrefslogtreecommitdiff
path: root/plugins/Variables/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-01-25 18:34:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-01-25 18:34:51 +0300
commit9885bf54f788e831a80c76001340aa68d31d2aaa (patch)
tree420ab4aa5bf868d4193c965668ae68e5855093b7 /plugins/Variables/src
parentc9d99d1525e2e9374ed0fa10837e82e76c3b9216 (diff)
Group chats: ChatRoomID setting replaced with real protocol id
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r--plugins/Variables/src/contact.cpp9
1 files changed, 0 insertions, 9 deletions
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);