-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes from new skills test run on glitch
- Loading branch information
1 parent
632bde7
commit c9b8978
Showing
5 changed files
with
29 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ module.exports = function (controller, bot) { | |
"support-contact": "Stève Sfartz <mailto:[email protected]>", | ||
|
||
// Messaging platform | ||
"plaform": bot.type, | ||
// [WORKAROUND] overriding Botkit's integrated support temporarly as 'ciscospark' is still returned | ||
//"plaform": bot.type, | ||
"plaform": "webex", | ||
|
||
// the precise bot identity is loaded asynchronously, from a GET /people/me request | ||
"identity": "unknown", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.