diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-17 17:03:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-17 17:03:07 +0300 |
commit | 8ffa00861ad0c00bcb11a7f90d91c38940d4d62b (patch) | |
tree | 293f9b39aefe43de2884e8c4e4d54d9a515e04be /protocols/VKontakte/src/misc.cpp | |
parent | 2ad758d4602a37e7a0ce2016a452ed769553437f (diff) |
fix for duplicated VK chats
Diffstat (limited to 'protocols/VKontakte/src/misc.cpp')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 351dbebe48..5b5a548350 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -125,6 +125,7 @@ void CVkProto::CheckUpdate() if (userId != VK_INVALID_USER) {
setDword(cc, "ID", userId);
delSetting(cc, "vk_chat_id");
+ delSetting(cc, "ChatRoomID");
}
}
setByte("Compatibility", 1);
|