Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Enhanced FB Workplace Compatibility and added Workplace Group Thread support #2243

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update git url
  • Loading branch information
Marco Maldonado committed May 23, 2023
commit 5bafc84612263ccdceac1d116d53c952317c50e9
6 changes: 3 additions & 3 deletions packages/botbuilder-adapter-facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"chatbots",
"azure"
],
"homepage": "https://github.com/howdyai/botkit/blob/master/packages/botbuilder-adapter-facebook#readme",
"homepage": "https://github.com/marcopolo39/botkit/blob/master/packages/botbuilder-adapter-facebook#readme",
"bugs": {
"url": "https://github.com/howdyai/botkit/issues"
"url": "https://github.com/marcopolo39/botkit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit.git"
"url": "https://github.com/marcopolo39/botkit.git"
},
"dependencies": {
"botbuilder": "^4.15.0",
Expand Down