aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/instagram/package.json
diff options
context:
space:
mode:
authorLibravatar René Bertin <rjvbertin@gmail.com>2023-10-11 18:40:49 +0200
committerLibravatar GitHub <noreply@github.com>2023-10-11 17:40:49 +0100
commit2eb47c6d973c9ef1cb277fc22f4d15208e94f3c0 (patch)
treead9a47e780e2375227c8201d96b7e2f997cd3abf /recipes/instagram/package.json
parentFix TheLounge sending notifications for muted channels (#435) (diff)
downloadferdium-recipes-2eb47c6d973c9ef1cb277fc22f4d15208e94f3c0.tar.gz
ferdium-recipes-2eb47c6d973c9ef1cb277fc22f4d15208e94f3c0.tar.zst
ferdium-recipes-2eb47c6d973c9ef1cb277fc22f4d15208e94f3c0.zip
Ensure that links are opened according to the user's preference (#417)
* Ensure that links are opened according to the user's preference This fixes the problem that certain links on instagram.com have started to open in the external browser. Also fixes an occasional nullptr dereference in getMessages(). Fixes: https://github.com/ferdium/ferdium-app/issues/1304 * Version bump for PR#417 * attempt to fix build by bumping recipe version again * Fix lint and CI * Fix versioning --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to 'recipes/instagram/package.json')
-rw-r--r--recipes/instagram/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/instagram/package.json b/recipes/instagram/package.json
index 5c798f3..9bdc70b 100644
--- a/recipes/instagram/package.json
+++ b/recipes/instagram/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "instagram", 2 "id": "instagram",
3 "name": "Instagram", 3 "name": "Instagram",
4 "version": "2.5.0", 4 "version": "2.5.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://instagram.com/direct/inbox", 7 "serviceURL": "https://instagram.com/direct/inbox",