aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mastodon
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2023-01-18 14:43:14 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-18 20:34:53 +0530
commitc538fca03bbbc31a8d016f692532b8e3a6b128c1 (patch)
treecb89c9e50573793048c3a662743d5b3248a723df /recipes/mastodon
parentfeat: add darkmode to chatgpt recipe (#290) (diff)
downloadferdium-recipes-c538fca03bbbc31a8d016f692532b8e3a6b128c1.tar.gz
ferdium-recipes-c538fca03bbbc31a8d016f692532b8e3a6b128c1.tar.zst
ferdium-recipes-c538fca03bbbc31a8d016f692532b8e3a6b128c1.zip
fix: add mastodon hosted option and remove teamId
Diffstat (limited to 'recipes/mastodon')
-rw-r--r--recipes/mastodon/package.json5
1 files changed, 3 insertions, 2 deletions
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 @@
1{ 1{
2 "name": "Mastodon", 2 "name": "Mastodon",
3 "id": "mastodon", 3 "id": "mastodon",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://mastodon.social",
7 "hasNotificationSound": true, 8 "hasNotificationSound": true,
8 "hasTeamId": true, 9 "hasHostedOption": true,
9 "hasCustomUrl": true 10 "hasCustomUrl": true
10 } 11 }
11} 12}