From 8e3956f6a0ffb8fbcf6cd75340381e2508c3b095 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 3 Dec 2021 04:37:55 +0530 Subject: fix: change instagram serviceUrl back to include inbox (fixes #2291) --- recipes/instagram/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') 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 @@ { "id": "instagram", "name": "Instagram", - "version": "2.2.4", + "version": "2.2.5", "license": "MIT", "config": { - "serviceURL": "https://instagram.com", + "serviceURL": "https://instagram.com/direct/inbox", "hasNotificationSound": true } } -- cgit v1.2.3-54-g00ecf