Skip to content

Commit

Permalink
Merge pull request #556 from VKCOM/task/get_friends_on_mobile_web
Browse files Browse the repository at this point in the history
mark VKWebAppGetFriends as supported on mobile web
  • Loading branch information
pajecawav-vk authored May 31, 2024
2 parents 3508430 + 4434c98 commit 2227699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ export const DESKTOP_METHODS = [
'VKWebAppTranslate',
'VKWebAppRecommend',
'VKWebAppAddToProfile',
'VKWebAppGetFriends',

// Desktop web specific events
...(IS_DESKTOP_VK
? [
'VKWebAppResizeWindow',
'VKWebAppAddToMenu',
'VKWebAppShowInstallPushBox',
'VKWebAppGetFriends',
'VKWebAppShowCommunityWidgetPreviewBox',
'VKWebAppCallStart',
'VKWebAppCallJoin',
Expand Down

0 comments on commit 2227699

Please sign in to comment.