Update config to allow syndication to mastodon

This commit is contained in:
2023-01-29 11:24:01 +11:00
parent da790320d8
commit 94e53ae393

View File

@@ -19,7 +19,12 @@ module Adamantium
{type: "photo", name: "Photo", properties: %w[name content category]},
{type: "bookmark", name: "Bookmark", properties: %w[name content category]}
],
"syndicate-to" => []
"syndicate-to" => [
{
uid: "https://social.dnitza.com",
name: "Mastodon"
}
]
}.to_json
else
res.render home