From c538fca03bbbc31a8d016f692532b8e3a6b128c1 Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Wed, 18 Jan 2023 14:43:14 +0000 Subject: fix: add mastodon hosted option and remove teamId --- recipes/mastodon/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/mastodon') diff --git a/recipes/mastodon/package.json b/recipes/mastodon/package.json index 83b42a0..7371494 100644 --- a/recipes/mastodon/package.json +++ b/recipes/mastodon/package.json @@ -1,11 +1,12 @@ { "name": "Mastodon", "id": "mastodon", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "config": { + "serviceURL": "https://mastodon.social", "hasNotificationSound": true, - "hasTeamId": true, + "hasHostedOption": true, "hasCustomUrl": true } } -- cgit v1.2.3-54-g00ecf