From e835913081994e5441a1cd603715a18966340cd7 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 7 Nov 2021 05:31:59 +0530 Subject: change instagram service url to fix #2185 (#762) --- all.json | 2 +- recipes/instagram/package.json | 4 ++-- 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 @@ "featured": false, "id": "instagram", "name": "Instagram", - "version": "2.2.3", + "version": "2.2.4", "icons": { "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/instagram/icon.svg" } 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 @@ { "id": "instagram", "name": "Instagram", - "version": "2.2.3", + "version": "2.2.4", "license": "MIT", "config": { - "serviceURL": "https://instagram.com/direct/inbox", + "serviceURL": "https://instagram.com", "hasNotificationSound": true } } -- cgit v1.2.3-54-g00ecf