aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 04:37:55 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 04:37:55 +0530
commit8e3956f6a0ffb8fbcf6cd75340381e2508c3b095 (patch)
tree262fea5ebedc4a0745ea6b929e7bd307cb2883ef
parentfix: fix javascript error in 'circuit' recipe (diff)
downloadferdium-recipes-8e3956f6a0ffb8fbcf6cd75340381e2508c3b095.tar.gz
ferdium-recipes-8e3956f6a0ffb8fbcf6cd75340381e2508c3b095.tar.zst
ferdium-recipes-8e3956f6a0ffb8fbcf6cd75340381e2508c3b095.zip
fix: change instagram serviceUrl back to include inbox (fixes #2291)
-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 c137a30..8cf56eb 100644
--- a/all.json
+++ b/all.json
@@ -822,7 +822,7 @@
822 "featured": false, 822 "featured": false,
823 "id": "instagram", 823 "id": "instagram",
824 "name": "Instagram", 824 "name": "Instagram",
825 "version": "2.2.4", 825 "version": "2.2.5",
826 "icons": { 826 "icons": {
827 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/instagram/icon.svg" 827 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/instagram/icon.svg"
828 } 828 }
diff --git a/recipes/instagram/package.json b/recipes/instagram/package.json
index e0aaa97..faa73ca 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.4", 4 "version": "2.2.5",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://instagram.com", 7 "serviceURL": "https://instagram.com/direct/inbox",
8 "hasNotificationSound": true 8 "hasNotificationSound": true
9 } 9 }
10} 10}