aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--all.json2
-rw-r--r--recipes/instagram/package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/all.json b/all.json
index 62e83d1..90e903b 100644
--- a/all.json
+++ b/all.json
@@ -813,7 +813,7 @@
813 "featured": false, 813 "featured": false,
814 "id": "instagram", 814 "id": "instagram",
815 "name": "Instagram", 815 "name": "Instagram",
816 "version": "2.2.3", 816 "version": "2.2.4",
817 "icons": { 817 "icons": {
818 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/instagram/icon.svg" 818 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/instagram/icon.svg"
819 } 819 }
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}