From 08a7af9ef2bb0030fd1876674d53b719e91f13e2 Mon Sep 17 00:00:00 2001 From: Carlos SolĂ­s Date: Tue, 21 Jun 2022 09:39:54 -0600 Subject: Add fixes for Nextcloud-related webapps (#66) --- recipes/nextcloud-talk/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes/nextcloud-talk/package.json') diff --git a/recipes/nextcloud-talk/package.json b/recipes/nextcloud-talk/package.json index ac55283..8ce25ac 100644 --- a/recipes/nextcloud-talk/package.json +++ b/recipes/nextcloud-talk/package.json @@ -1,12 +1,15 @@ { "id": "nextcloud-talk", "name": "Nextcloud Talk", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", + "repository": "https://github.com/csolisr/ferdium-recipes/tree/master/recipes/nextcloud-tasks/", "config": { "hasNotificationSound": true, "hasIndirectMessages": true, - "hasCustomUrl": true, - "serviceURL": "https://{nextcloud}/apps/spreed/" + "hasTeamId": true, + "urlInputPrefix": "https://", + "urlInputSuffix": "/apps/spreed/", + "serviceURL": "https://{teamId}/apps/spreed/" } } -- cgit v1.2.3-70-g09d2