aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/msteams/package.json
diff options
context:
space:
mode:
authorLibravatar Feiko Joosten <feiko_joosten@hotmail.com>2020-04-21 20:11:38 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-21 18:11:38 +0000
commitf08f14e29b03c59642282b9eb46a7566e48c45db (patch)
treed6bfd524eeceaf1e8aeca3e4cbedf07e42663b1f /uncompressed/msteams/package.json
parentAdds support for indirect messages in Discord (#122) (diff)
downloadferdium-recipes-f08f14e29b03c59642282b9eb46a7566e48c45db.tar.gz
ferdium-recipes-f08f14e29b03c59642282b9eb46a7566e48c45db.tar.zst
ferdium-recipes-f08f14e29b03c59642282b9eb46a7566e48c45db.zip
Add support for indirect messages in MS Teams (#124)
Diffstat (limited to 'uncompressed/msteams/package.json')
-rw-r--r--uncompressed/msteams/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/uncompressed/msteams/package.json b/uncompressed/msteams/package.json
index 240d059..26dfd42 100644
--- a/uncompressed/msteams/package.json
+++ b/uncompressed/msteams/package.json
@@ -1,13 +1,15 @@
1{ 1{
2 "id": "msteams", 2 "id": "msteams",
3 "name": "Microsoft Teams", 3 "name": "Microsoft Teams",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "description": "Microsoft Teams", 5 "description": "Microsoft Teams",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://teams.microsoft.com", 10 "serviceURL": "https://teams.microsoft.com",
11 "hasNotificationSound": true 11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true
12 } 14 }
13} 15}