aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
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 /recipes
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)
Diffstat (limited to 'recipes')
-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 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}