diff options
author | ElzorFox <elzorfox@ya.ru> | 2020-06-21 23:45:47 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2020-06-21 23:45:47 +0500 |
commit | 90d1bb803152d417d5276b2f206fcf0cbb3e1488 (patch) | |
tree | 1b4b876fbfbe542af9ff9558e0411da827e4344e /protocols | |
parent | 244ecfec2d39bfc5744511091bbc922968a9f766 (diff) |
oops
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 7cb7ed8bac..f3f1bf61f6 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -1233,9 +1233,6 @@ CMStringW CVkProto::GetAttachmentDescr(const JSONNode &jnAttachments, BBCSupport int iStoryId = jnStory["id"].as_int();
int iOwnerID = jnStory["owner_id"].as_int();
CMStringW wszUrl(FORMAT, L"https://vk.com/story%d_%d", iOwnerID, iStoryId);
- CMStringW wszAccessKey(jnStory["access_key"].as_mstring());
- if (!wszAccessKey.IsEmpty())
- wszUrl += L"_" + wszAccessKey;
res.AppendFormat(L"%s",
SetBBCString(TranslateT("Story"), iBBC, vkbbcUrl, wszUrl).c_str());
|