diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-07-13 08:25:04 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-07-13 08:25:04 +0000 |
commit | 46d6a43726d64a0d7f808ad55557bfc56b89f97d (patch) | |
tree | 4fea102a4cf636196b8ae6f6da8cdd627a4d14fe /protocols/VKontakte/src/vk_struct.cpp | |
parent | ffb9e28990704074a63fc87d1a92621727a4c951 (diff) |
VKontakte:
add ‘Send VK-objects links as attachments’ option
move ‘Use non-standard popups for news and event notifications’ option to View page
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_struct.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_struct.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk_struct.cpp b/protocols/VKontakte/src/vk_struct.cpp index 59c354325a..a5a158ac28 100644 --- a/protocols/VKontakte/src/vk_struct.cpp +++ b/protocols/VKontakte/src/vk_struct.cpp @@ -204,6 +204,7 @@ CVKOptions::CVKOptions(PROTO_INTERFACE *proto) : bNotificationFilterInvites(proto, "NotificationFilterInvites", true),
bNotificationFilterAcceptedFriends(proto, "NotificationFilterAcceptedFriends", true),
+ bSendVKLinksAsAttachments(proto, "SendVKLinksAsAttachments", true),
bUseNonStandardNotifications(proto, "UseNonStandardNotifications", false),
bUseNonStandardUrlEncode(proto, "UseNonStandardUrlEncode", true),
bShortenLinksForAudio(proto, "ShortenLinksForAudio", true),
|