aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/instagram
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-11-07 05:31:59 +0530
committerLibravatar GitHub <noreply@github.com>2021-11-07 05:31:59 +0530
commite835913081994e5441a1cd603715a18966340cd7 (patch)
treeea6a8af628f4593ba47709fc6366ab07cfa905cd /recipes/instagram
parentAdd recipe for Chatwoot (#760) (diff)
downloadferdium-recipes-e835913081994e5441a1cd603715a18966340cd7.tar.gz
ferdium-recipes-e835913081994e5441a1cd603715a18966340cd7.tar.zst
ferdium-recipes-e835913081994e5441a1cd603715a18966340cd7.zip
change instagram service url to fix #2185 (#762)
Diffstat (limited to 'recipes/instagram')
-rw-r--r--recipes/instagram/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/instagram/package.json b/recipes/instagram/package.json
index a321b47..e0aaa97 100644
--- a/recipes/instagram/package.json
+++ b/recipes/instagram/package.json
@@ -1,10 +1,10 @@
1{ 1{
2 "id": "instagram", 2 "id": "instagram",
3 "name": "Instagram", 3 "name": "Instagram",
4 "version": "2.2.3", 4 "version": "2.2.4",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://instagram.com/direct/inbox", 7 "serviceURL": "https://instagram.com",
8 "hasNotificationSound": true 8 "hasNotificationSound": true
9 } 9 }
10} 10}