diff options
author | ElzorFox <elzorfox@ya.ru> | 2024-06-01 11:05:27 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2024-06-01 11:05:27 +0500 |
commit | 275e4c7caae87280e2f48c8dd3e0debeabe240cb (patch) | |
tree | 5e5fb6239b9cc2eed86074641a0186e8e26a1381 | |
parent | f7035c38ae887d7c17755bbf65f7331fd357a681 (diff) |
VKontakte: temp fix for loading groupchat error
-rw-r--r-- | protocols/VKontakte/src/vk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 152f77c8eb..c5cd548119 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -88,7 +88,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VK_USER_DEACTIVATE_ACTION 9321
-#define VK_API_VER "5.236"
+#define VK_API_VER "5.199"
#define VER_API CHAR_PARAM("v", VK_API_VER)
#define VK_FEED_USER 2147483647L
|